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 d42d10b commit c7c5ba3Copy full SHA for c7c5ba3
.github/workflows/build.yml
@@ -202,6 +202,7 @@ jobs:
202
tar --create --file ../solc-bin-binaries.tar *
203
204
- name: Upload to S3
205
+ shell: bash -el {0}
206
env:
207
S3_BUCKET_PROD: ${{ secrets.S3_BUCKET_PROD }}
208
S3_BUCKET_TEST: ${{ secrets.S3_BUCKET_TEST }}
@@ -220,4 +221,4 @@ jobs:
220
221
aws s3 cp solc-static-linux "s3://${bucket}/${{ github.sha }}/" --only-show-errors
222
aws s3 cp soljson.js "s3://${bucket}/${{ github.sha }}/" --only-show-errors
223
- cd .. && rm -rf github solc-bin *.tar
224
+ cd .. && rm -rf github solc-bin *.tar
0 commit comments