Skip to content

Commit

Permalink
Merge pull request #1821 from ghutchis/windows-release-signing
Browse files Browse the repository at this point in the history
Use release certificate signing on Windows
  • Loading branch information
ghutchis authored Nov 25, 2024
2 parents 901ac1b + 60bfefc commit 38a2c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '${{ secrets.SIGNPATH_ORG_ID }}'
project-slug: 'avogadrolibs'
signing-policy-slug: 'test-signing'
signing-policy-slug: 'release-signing'
github-artifact-id: '${{ steps.upload-artifact.outputs.artifact-id }}'
wait-for-completion: true
output-artifact-directory: '../build/'
Expand Down

0 comments on commit 38a2c34

Please sign in to comment.