Skip to content

Commit

Permalink
activate release certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Sep 12, 2024
1 parent 89d3411 commit a2c8291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '9e74d567-be9b-4bd4-929d-9978860f6cbc'
project-slug: 'texstudio'
signing-policy-slug: 'test-signing'
signing-policy-slug: 'release-signing'
github-artifact-id: '${{steps.upload-binary.outputs.artifact-id}}'
artifact-configuration-slug: 'zipped_exe'
wait-for-completion: true
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '9e74d567-be9b-4bd4-929d-9978860f6cbc'
project-slug: 'texstudio'
signing-policy-slug: 'test-signing'
signing-policy-slug: 'release-signing'
github-artifact-id: '${{steps.upload-artifact.outputs.artifact-id}}'
artifact-configuration-slug: 'zipped_exe'
wait-for-completion: true
Expand Down

0 comments on commit a2c8291

Please sign in to comment.