mirror of
https://github.com/YACReader/yacreader
synced 2026-02-15 11:33:00 -05:00
Switch to the release-signing slug for SignPath
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -327,7 +327,7 @@ jobs:
|
|||||||
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
||||||
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
||||||
project-slug: 'yacreader'
|
project-slug: 'yacreader'
|
||||||
signing-policy-slug: ${{ github.ref == 'refs/heads/master' && 'release-signing' || 'test-signing' }}
|
signing-policy-slug: 'release-signing'
|
||||||
artifact-configuration-slug: 'windows-installer'
|
artifact-configuration-slug: 'windows-installer'
|
||||||
github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
|
github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
|
||||||
wait-for-completion: true
|
wait-for-completion: true
|
||||||
@ -453,7 +453,7 @@ jobs:
|
|||||||
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
||||||
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
||||||
project-slug: 'yacreader'
|
project-slug: 'yacreader'
|
||||||
signing-policy-slug: ${{ github.ref == 'refs/heads/master' && 'release-signing' || 'test-signing' }}
|
signing-policy-slug: 'release-signing'
|
||||||
artifact-configuration-slug: 'windows-installer-qt6'
|
artifact-configuration-slug: 'windows-installer-qt6'
|
||||||
github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
|
github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
|
||||||
wait-for-completion: true
|
wait-for-completion: true
|
||||||
@ -563,7 +563,7 @@ jobs:
|
|||||||
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
||||||
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
||||||
project-slug: 'yacreader'
|
project-slug: 'yacreader'
|
||||||
signing-policy-slug: ${{ github.ref == 'refs/heads/master' && 'release-signing' || 'test-signing' }}
|
signing-policy-slug: 'release-signing'
|
||||||
artifact-configuration-slug: 'windows-installer-x86'
|
artifact-configuration-slug: 'windows-installer-x86'
|
||||||
github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
|
github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
|
||||||
wait-for-completion: true
|
wait-for-completion: true
|
||||||
|
|||||||
Reference in New Issue
Block a user