Skip to content

Commit

Permalink
feat: 更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdbshsnsndnnm committed Mar 30, 2024
1 parent 59e5575 commit 440107e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/${{ env.BUILD_PATH }}/${{ env.archiveName }}
file: ${{ github.workspace }}/${{ env.BUILD_PATH }}/${{ env.BUILD_TYPE }}/${{ env.archiveName }}
asset_name: ${{ env.archiveName }}
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 440107e

Please sign in to comment.