Skip to content

Commit e23acb3

Browse files
committed
ci: change binary build task
1 parent 24abf20 commit e23acb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- goarch: arm64
2020
goos: windows
2121
steps:
22-
- uses: actions/checkout@v2
23-
- uses: wangyoucao577/go-release-action@v1.18
22+
- uses: actions/checkout@v3
23+
- uses: wangyoucao577/go-release-action@v1
2424
with:
2525
github_token: ${{ secrets.GH_TOKEN }}
2626
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)