mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
chore: trusted signing is now artifact signing
see https://github.com/Azure/artifact-signing-action/issues/107
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
(cherry picked from commit 8781ac5f64)
This commit is contained in:
parent
0e5605b4f1
commit
d01db5de7f
12
.github/actions/package/windows/action.yml
vendored
12
.github/actions/package/windows/action.yml
vendored
|
|
@ -69,7 +69,7 @@ runs:
|
|||
|
||||
- name: Sign executables
|
||||
if: ${{ env.CI_HAS_ACCESS_TO_AZURE != '' && inputs.azure-client-id != '' }}
|
||||
uses: azure/trusted-signing-action@v0
|
||||
uses: azure/artifact-signing-action@v1
|
||||
with:
|
||||
endpoint: https://eus.codesigning.azure.net/
|
||||
trusted-signing-account-name: PrismLauncher
|
||||
|
|
@ -79,8 +79,8 @@ runs:
|
|||
files-folder-recurse: true
|
||||
files-folder-depth: 2
|
||||
# recommended in https://github.com/Azure/artifact-signing-action#timestamping-1
|
||||
timestamp-rfc3161: 'http://timestamp.acs.microsoft.com'
|
||||
timestamp-digest: 'SHA256'
|
||||
timestamp-rfc3161: "http://timestamp.acs.microsoft.com"
|
||||
timestamp-digest: "SHA256"
|
||||
# TODO(@getchoo): Is this all really needed???
|
||||
# https://github.com/Azure/trusted-signing-action/blob/fc390cf8ed0f14e248a542af1d838388a47c7a7c/docs/OIDC.md
|
||||
exclude-environment-credential: true
|
||||
|
|
@ -142,7 +142,7 @@ runs:
|
|||
|
||||
- name: Sign installer
|
||||
if: ${{ env.CI_HAS_ACCESS_TO_AZURE != '' && inputs.azure-client-id != '' }}
|
||||
uses: azure/trusted-signing-action@v0
|
||||
uses: azure/artifact-signing-action@v1
|
||||
with:
|
||||
endpoint: https://eus.codesigning.azure.net/
|
||||
trusted-signing-account-name: PrismLauncher
|
||||
|
|
@ -152,8 +152,8 @@ runs:
|
|||
${{ github.workspace }}\PrismLauncher-Setup.exe
|
||||
|
||||
# recommended in https://github.com/Azure/artifact-signing-action#timestamping-1
|
||||
timestamp-rfc3161: 'http://timestamp.acs.microsoft.com'
|
||||
timestamp-digest: 'SHA256'
|
||||
timestamp-rfc3161: "http://timestamp.acs.microsoft.com"
|
||||
timestamp-digest: "SHA256"
|
||||
# TODO(@getchoo): Is this all really needed???
|
||||
# https://github.com/Azure/trusted-signing-action/blob/fc390cf8ed0f14e248a542af1d838388a47c7a7c/docs/OIDC.md
|
||||
exclude-environment-credential: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue