Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren070 committed Sep 11, 2024
1 parent f74f585 commit db7d9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
prerelease: ${{ contains(env.TAG, 'a') || contains(env.TAG, 'b') }}
tag_name: ${{ env.TAG }}
files: |
dist/EmuHaven.*.zip
dist/EmuHaven-${{ github.event_name == 'push' && github.ref_name || github.event.inputs.tag }}-win_x64.zip

0 comments on commit db7d9c3

Please sign in to comment.