Skip to content

Commit d27bd20

Browse files
committed
fix workflow
1 parent c66317e commit d27bd20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/myrelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
current_version: ${{ steps.curver.outputs.ver }}
3333
level: patch
3434
- uses: actions/setup-go@v5
35-
with: go-version: '1.20.14'
35+
with:
36+
go-version: '1.20.14'
3637
- run: go version
3738
- name: build-win-amd64
3839
run: go build -v -o bin/win64/${{env.BIN}}.exe

0 commit comments

Comments
 (0)