Skip to content

Commit

Permalink
Make sure to also upload the final signed installer
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 23, 2024
1 parent e4992d4 commit e445c5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,14 @@ jobs:
wait-for-completion: true
output-artifact-directory: '../build/'

- name: Upload
if: matrix.config.artifact != 0
id: upload-signed-artifact
uses: actions/upload-artifact@v4
with:
path: ${{ runner.workspace }}/build/Win64*.*
name: 'Win64-signed.exe'

- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit e445c5e

Please sign in to comment.