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 99c24aa commit facf961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deb_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ jobs:
uses: Minionguyjpro/[email protected]
with:
path: ./artifice/windows_build/dist/piranhaGUI_installer.iss
- name: upload ubuntu/debian package
- name: upload windows installer
uses: actions/upload-release-asset@v1
env:
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.exe
asset_name: ${{ env.APPLICATION_NAME }}v${{ github.ref_name }}installer.exe
asset_content_type: application/vnd.microsoft.portable-executable

0 comments on commit facf961

Please sign in to comment.