Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownNPC authored May 3, 2024
1 parent f84a366 commit 5a507b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Replace with your access token
with:
tag_name: ${{ github.sha }} # You can customize the tag name here
file_glob: release/*.exe
file_glob: release/*
draft: false # Set to true to create a draft release
prerelease: false # Set to true for pre-releases

0 comments on commit 5a507b3

Please sign in to comment.