Skip to content

Commit

Permalink
Merge pull request #306 from AkihiroSuda/fix-ci
Browse files Browse the repository at this point in the history
Fix release pipeline, take 2
  • Loading branch information
AkihiroSuda authored Oct 8, 2021
2 parents 1c43407 + 8c20e6f commit afe1059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
needs: artifacts-darwin
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
name: artifacts-darwin
Expand All @@ -44,9 +45,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- uses: actions/checkout@v2
- name: "Compile binaries"
run: make artifacts
run: make artifacts-linux
- name: "SHA256SUMS"
run: |
( cd _artifacts; sha256sum *.tar.gz ) | tee /tmp/SHA256SUMS
Expand Down

0 comments on commit afe1059

Please sign in to comment.