Skip to content

Commit ee73a6e

Browse files
committed
fix ci script
1 parent 543234e commit ee73a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Clean up
5252
run: |
53-
rm /tmp/sdk/emsdk.tar
53+
[ -f /tmp/sdk/emsdk.tar ] && rm /tmp/sdk/emsdk.tar
5454
5555
- name: Upload sdk to Github artifacts
5656
uses: actions/[email protected]

0 commit comments

Comments
 (0)