Skip to content

Commit

Permalink
Update build_deb_pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinAnsley authored Sep 9, 2024
1 parent facf961 commit abf8fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deb_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ env.RELEASE_URL }}
asset_path: artifice/windows_build/dist/installer/${{ env.APPLICATION_NAME }}v${{ github.ref_name }}_installer.exe
asset_path: artifice/windows_build/dist/installer/${{ env.APPLICATION_NAME }}v${{ github.ref_name }}_installer_windows.exe
asset_name: ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}installer.exe
asset_content_type: application/vnd.microsoft.portable-executable

0 comments on commit abf8fa3

Please sign in to comment.