Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emgre committed Jul 28, 2021
1 parent a4b0a7a commit 309dc64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -315,12 +315,11 @@ jobs:
- name: Publish NuGet package
shell: bash
run: dotnet nuget push $(find artifacts/dotnet-bindings/rodbus*.nupkg) -s https://api.nuget.org/v3/index.json -k ${{ secrets.SFIO_NUGET_KEY }}
- name: Package C bindings and conformance results
- name: Package C bindings
shell: bash
run: >
mkdir release &&
for i in artifacts/c-bindings/*; do (cd $i && zip -r ../../../release/rodbus-${GITHUB_REF##*/}-$(basename $i).zip .); done &&
(cd artifacts/conformance-results && zip -r ../../release/conformance-results.zip .)
for i in artifacts/c-bindings/*; do (cd $i && zip -r ../../../release/rodbus-${GITHUB_REF##*/}-$(basename $i).zip .); done
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 309dc64

Please sign in to comment.