Skip to content

Commit afe1059

Browse files
authored
Merge pull request #306 from AkihiroSuda/fix-ci
Fix release pipeline, take 2
2 parents 1c43407 + 8c20e6f commit afe1059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
needs: artifacts-darwin
3434
timeout-minutes: 20
3535
steps:
36+
- uses: actions/checkout@v2
3637
- uses: actions/download-artifact@v2
3738
with:
3839
name: artifacts-darwin
@@ -44,9 +45,8 @@ jobs:
4445
run: |
4546
sudo apt-get update
4647
sudo apt-get install -y gcc-aarch64-linux-gnu
47-
- uses: actions/checkout@v2
4848
- name: "Compile binaries"
49-
run: make artifacts
49+
run: make artifacts-linux
5050
- name: "SHA256SUMS"
5151
run: |
5252
( cd _artifacts; sha256sum *.tar.gz ) | tee /tmp/SHA256SUMS

0 commit comments

Comments
 (0)