We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d6a79 commit a6b5f39Copy full SHA for a6b5f39
1 file changed
.github/workflows/ci.yml
@@ -341,7 +341,8 @@ jobs:
341
- name: Package C Bindings
342
run: |
343
mkdir release
344
- zip -r -j release/rodbus-${GITHUB_REF##*/}.zip artifacts/c-bindings
+ cd artifacts/c-bindings
345
+ zip -r ../../release/rodbus-${GITHUB_REF##*/}.zip .
346
- name: Checkout stepfunc/docs
347
uses: actions/checkout@v3
348
with:
0 commit comments