File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 run : .github/workflows/build.sh
6363
6464 - name : Prepare artifact for caching
65- shell : bash
6665 run : |
6766 mkdir github/
6867 cp build/solc/solc github/solc-macos
9695 run : .github/workflows/build.sh
9796
9897 - name : Prepare artifact for caching
99- shell : bash
10098 run : |
10199 mkdir github/
102100 cp build/solc/solc github/solc-static-linux
@@ -128,7 +126,6 @@ jobs:
128126 run : .github/workflows/build_ems.sh
129127
130128 - name : Prepare artifact for caching
131- shell : bash
132129 run : |
133130 mkdir github/
134131 cp upload/soljson.js github/soljson.js
@@ -202,7 +199,7 @@ jobs:
202199 tar --create --file ../solc-bin-binaries.tar *
203200
204201 - name : Upload to S3
205- shell : bash -el {0}
202+ shell : zsh -el {0}
206203 env :
207204 S3_BUCKET_PROD : ${{ secrets.S3_BUCKET_PROD }}
208205 S3_BUCKET_TEST : ${{ secrets.S3_BUCKET_TEST }}
You can’t perform that action at this time.
0 commit comments