Skip to content

Commit

Permalink
fix not found dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jul 1, 2024
1 parent 25b0ce9 commit 387272a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,16 @@ jobs:
- name: "Unpack build files"
run: |
tar -xzvf python-wasix.tar.gz
- name: "List dirs"
run: |
ls
- name: "Install python"
run: |
cd python-wasix
cd builddir
make install
- name: "Publish to wasmer.io"
run: |
cp python-wasix/python.wasm ${{ env.WASIX_INSTALL }}/python.wasm
cp builddir/python.wasm ${{ env.WASIX_INSTALL }}/python.wasm
./Tools/wasm/wasmer-publish.sh publish ${{ secrets.WASMER_CIUSER_PROD_TOKEN }} ${{ secrets.WASMER_CIUSER_PROD_TOKEN }} 3.14-wasix-alpha0
# test_hypothesis:
Expand Down

0 comments on commit 387272a

Please sign in to comment.