Skip to content

Commit c85c2ad

Browse files
committed
调整action文件版本
1 parent 0b40691 commit c85c2ad

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.30
19+
- uses: wangyoucao577/go-release-action@v1
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
2222
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)