Skip to content

Commit 2babca7

Browse files
Merge pull request #103 from yanghang8612/switch_sh_for_upload
Switch to zsh for uploading job
2 parents c7c5ba3 + 48439fd commit 2babca7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
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
@@ -96,7 +95,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)