Skip to content

Commit 1fa50d4

Browse files
committed
fixed 配置文件名错误导致无法上传
1 parent 30fe089 commit 1fa50d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-to-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212

1313
release-matrix:
14-
#if: github.repository == 'woytu/tool-gin'
14+
if: github.repository == 'woytu/tool-gin'
1515
name: Build with go on ubuntu-latest and upload
1616
runs-on: ubuntu-latest
1717

@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
4848
with:
49-
file: "build/too-gin*;*.tar.gz;*.zip"
49+
file: "build/tool-gin*;*.tar.gz;*.zip"
5050
tags: true
5151
draft: false
5252
update_latest_release: true

0 commit comments

Comments
 (0)