Skip to content

Commit

Permalink
Update myGitTool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lengsukq authored Dec 21, 2023
1 parent d05c4e7 commit b65a41b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/myGitTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ jobs:
dist/*.exe # 替换为你的发布文件路径
dist/*.dmg
dist/*.AppImage
- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset-path: dist/*.exe
asset-name: myGitTool.exe
asset-content-type: application/octet-stream

0 comments on commit b65a41b

Please sign in to comment.