We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543234e commit ee73a6eCopy full SHA for ee73a6e
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Clean up
52
run: |
53
- rm /tmp/sdk/emsdk.tar
+ [ -f /tmp/sdk/emsdk.tar ] && rm /tmp/sdk/emsdk.tar
54
55
- name: Upload sdk to Github artifacts
56
uses: actions/[email protected]
0 commit comments