Skip to content

Commit 5d28962

Browse files
committed
调整github的配置
1 parent 409a189 commit 5d28962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-binary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
goos: windows
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: wangyoucao577/go-release-action@v1
19+
- uses: wangyoucao577/go-release-action@v1.30
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
2222
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)