Skip to content

Commit

Permalink
More signpath (#1814)
Browse files Browse the repository at this point in the history
* Pick a relative path for the new signed installer

* Make sure to also upload the final signed installer

Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>

---------

Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
  • Loading branch information
ghutchis authored Nov 23, 2024
1 parent 18bdcf6 commit 700fa0f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,15 @@ jobs:
signing-policy-slug: 'test-signing'
github-artifact-id: '${{ steps.upload-artifact.outputs.artifact-id }}'
wait-for-completion: true
output-artifact-directory: '${{ runner.workspace }}/build/avogadroapp'
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()
Expand Down

0 comments on commit 700fa0f

Please sign in to comment.