Skip to content

Commit

Permalink
Merge pull request #305 from AkihiroSuda/fix-ci
Browse files Browse the repository at this point in the history
Fix release pipeline
  • Loading branch information
AkihiroSuda authored Oct 8, 2021
2 parents 3ff1a15 + a056038 commit 1c43407
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 @@ -27,7 +27,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: artifacts-darwin
path: _artifact/
path: _artifacts/
release:
runs-on: ubuntu-20.04
needs: artifacts-darwin
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: artifacts-darwin
path: _artifact/
path: _artifacts/
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
Expand Down

0 comments on commit 1c43407

Please sign in to comment.