Skip to content

Commit

Permalink
ci: switch to release signing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 8, 2025
1 parent 9d3fff7 commit e601681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_github_signed_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '29ae08d5-8472-4f2c-9808-11552bf815f2'
project-slug: 'DCOR-Aid'
signing-policy-slug: 'test-signing'
signing-policy-slug: 'release-signing'
github-artifact-id: '${{steps.uploadBinaryArtifact.outputs.artifact-id}}'
wait-for-completion: true
output-artifact-directory: 'build-recipes/dist/DCOR-Aid'
Expand All @@ -91,7 +91,7 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '29ae08d5-8472-4f2c-9808-11552bf815f2'
project-slug: 'DCOR-Aid'
signing-policy-slug: 'test-signing'
signing-policy-slug: 'release-signing'
github-artifact-id: '${{steps.uploadInstallerArtifact.outputs.artifact-id}}'
wait-for-completion: true
output-artifact-directory: 'build-recipes/Output'
Expand Down

0 comments on commit e601681

Please sign in to comment.