Skip to content

Commit

Permalink
Update build_win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-k0 committed Oct 6, 2024
1 parent 6b2a747 commit f15aa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref}}
tag_name: ${{ env.TAG_NAME }}
release_name: "Release ${{ env.TAG_NAME }}" # Optional, you can change the name
draft: false # Set to true if you want to create a draft release
prerelease: false # Set to true if it's a prerelease
Expand Down

0 comments on commit f15aa1f

Please sign in to comment.