Skip to content

Commit

Permalink
Fix create release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rguida committed Apr 5, 2023
1 parent 32f92dd commit 7089975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .\Setup\MMExNotifier_Setup_${{github.ref_name}}.exe
asset_path: MMExNotifier\Setup\MMExNotifier_Setup_${{github.ref_name}}.exe
asset_name: MMExNotifier_Setup_${{github.ref_name}}.exe
asset_content_type: application/exe

0 comments on commit 7089975

Please sign in to comment.