Skip to content

Commit a6b5f39

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
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)