Skip to content

Commit

Permalink
Fix tag_name variable in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
acidcoke committed Jan 1, 2024
1 parent 04b0c2d commit e5d271a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

permissions:
contents: write

jobs:

check:
Expand Down Expand Up @@ -64,6 +64,6 @@ jobs:
files: |
Output/Grimassist-Installer-${{github.ref_name}}.exe
Grimassist-Portable-${{github.ref_name}}.zip
tag_name: github.ref_name
tag_name: ${{github.ref_name}}
draft: false
prerelease: false

0 comments on commit e5d271a

Please sign in to comment.