Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 25, 2024
1 parent bff0106 commit f2ac59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
run: cd bin && cargo build --release --target ${{ matrix.target }} --package extism-py

- name: Create directory structure
run: mkdir -p extism-py/usr/bin extism-py/usr/share && mv wasi-deps/usr extism-py/usr/share/extism-py && mv ${{ matrix.path }} extism-py/usr/bin/
run: mkdir -p usr/bin usr/share && mv wasi-deps/usr usr/share/extism-py && mv ${{ matrix.path }} usr/bin/

- name: Archive assets
run: tar czf ${{ matrix.asset_name }}.tar.gz extism-py
run: tar czf ${{ matrix.asset_name }}.tar.gz usr

- name: Upload assets to artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f2ac59e

Please sign in to comment.