Skip to content

Commit a6b5f39

Browse files
committed
fix C packaging
1 parent 15d6a79 commit a6b5f39

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ jobs:
341341
- name: Package C Bindings
342342
run: |
343343
mkdir release
344-
zip -r -j release/rodbus-${GITHUB_REF##*/}.zip artifacts/c-bindings
344+
cd artifacts/c-bindings
345+
zip -r ../../release/rodbus-${GITHUB_REF##*/}.zip .
345346
- name: Checkout stepfunc/docs
346347
uses: actions/checkout@v3
347348
with:

0 commit comments

Comments
 (0)