Skip to content

Commit 65b1098

Browse files
committed
Fix GitHub workflow
1 parent 3d912dd commit 65b1098

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@master
1515
- name: Setup Go
16-
uses: actions/setup-go@v1
16+
uses: actions/setup-go@v2
1717
with:
1818
go-version: 1.x
19-
- name: Add $GOPATH/bin to $PATH
20-
run: echo "::add-path::$(go env GOPATH)/bin"
2119
- name: Cross build
2220
run: make cross
2321
- name: Create Release
@@ -32,3 +30,4 @@ jobs:
3230
run: make upload
3331
env:
3432
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+

0 commit comments

Comments
 (0)