Skip to content

Commit f2ac59e

Browse files
committed
ci: fix release
1 parent bff0106 commit f2ac59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ jobs:
132132
run: cd bin && cargo build --release --target ${{ matrix.target }} --package extism-py
133133

134134
- name: Create directory structure
135-
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/
135+
run: mkdir -p usr/bin usr/share && mv wasi-deps/usr usr/share/extism-py && mv ${{ matrix.path }} usr/bin/
136136

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

140140
- name: Upload assets to artifacts
141141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)