Skip to content

Commit

Permalink
fix C packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed Oct 28, 2022
1 parent 15d6a79 commit a6b5f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -341,7 +341,8 @@ jobs:
- name: Package C Bindings
run: |
mkdir release
zip -r -j release/rodbus-${GITHUB_REF##*/}.zip artifacts/c-bindings
cd artifacts/c-bindings
zip -r ../../release/rodbus-${GITHUB_REF##*/}.zip .
- name: Checkout stepfunc/docs
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a6b5f39

Please sign in to comment.