Skip to content

Commit c7c5ba3

Browse files
Change upload job runs-on to macOS and cleanup workspace after uploaded
1 parent d42d10b commit c7c5ba3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
tar --create --file ../solc-bin-binaries.tar *
203203
204204
- name: Upload to S3
205+
shell: bash -el {0}
205206
env:
206207
S3_BUCKET_PROD: ${{ secrets.S3_BUCKET_PROD }}
207208
S3_BUCKET_TEST: ${{ secrets.S3_BUCKET_TEST }}
@@ -220,4 +221,4 @@ jobs:
220221
aws s3 cp solc-static-linux "s3://${bucket}/${{ github.sha }}/" --only-show-errors
221222
aws s3 cp soljson.js "s3://${bucket}/${{ github.sha }}/" --only-show-errors
222223
223-
cd .. && rm -rf github solc-bin *.tar
224+
cd .. && rm -rf github solc-bin *.tar

0 commit comments

Comments
 (0)