Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 25, 2024
1 parent 05e0a55 commit abc6000
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,11 @@ jobs:
EXTISM_ENGINE_PATH: core.wasm
run: cd bin && cargo build --release --target ${{ matrix.target }} --package extism-py

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

- name: Archive assets
run: mv wasi-deps/usr share && tar czf ${{ matrix.asset_name }}.tar.gz ${{ matrix.path }} share
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 abc6000

Please sign in to comment.