Skip to content

Commit 1c43407

Browse files
authored
Merge pull request #305 from AkihiroSuda/fix-ci
Fix release pipeline
2 parents 3ff1a15 + a056038 commit 1c43407

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
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/upload-artifact@v2
2828
with:
2929
name: artifacts-darwin
30-
path: _artifact/
30+
path: _artifacts/
3131
release:
3232
runs-on: ubuntu-20.04
3333
needs: artifacts-darwin
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/download-artifact@v2
3737
with:
3838
name: artifacts-darwin
39-
path: _artifact/
39+
path: _artifacts/
4040
- uses: actions/setup-go@v2
4141
with:
4242
go-version: 1.17.x

0 commit comments

Comments
 (0)