Skip to content

Commit 309dc64

Browse files
committed
Release 0.9.0
1 parent a4b0a7a commit 309dc64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,11 @@ jobs:
315315
- name: Publish NuGet package
316316
shell: bash
317317
run: dotnet nuget push $(find artifacts/dotnet-bindings/rodbus*.nupkg) -s https://api.nuget.org/v3/index.json -k ${{ secrets.SFIO_NUGET_KEY }}
318-
- name: Package C bindings and conformance results
318+
- name: Package C bindings
319319
shell: bash
320320
run: >
321321
mkdir release &&
322-
for i in artifacts/c-bindings/*; do (cd $i && zip -r ../../../release/rodbus-${GITHUB_REF##*/}-$(basename $i).zip .); done &&
323-
(cd artifacts/conformance-results && zip -r ../../release/conformance-results.zip .)
322+
for i in artifacts/c-bindings/*; do (cd $i && zip -r ../../../release/rodbus-${GITHUB_REF##*/}-$(basename $i).zip .); done
324323
- name: Create GitHub release
325324
uses: softprops/action-gh-release@v1
326325
with:

0 commit comments

Comments
 (0)