Skip to content

Commit

Permalink
add clean up step
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Oct 12, 2024
1 parent c6508d3 commit 1bcdb80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
chmod +x ./python-wasm-sdk.sh
bash -c "./python-wasm-sdk.sh"
- name: Clean up
run: |
rm /tmp/sdk/emsdk.tar
- name: Upload sdk to Github artifacts
uses: actions/upload-artifact@v3.1.1
with:
Expand Down

0 comments on commit 1bcdb80

Please sign in to comment.