mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore(deps): update azure/artifact-signing-action action to v2 (#5547)
This commit is contained in:
commit
cc466b44c3
1 changed files with 2 additions and 2 deletions
4
.github/actions/package/windows/action.yml
vendored
4
.github/actions/package/windows/action.yml
vendored
|
|
@ -69,7 +69,7 @@ runs:
|
||||||
|
|
||||||
- name: Sign executables
|
- name: Sign executables
|
||||||
if: ${{ env.CI_HAS_ACCESS_TO_AZURE != '' && inputs.azure-client-id != '' }}
|
if: ${{ env.CI_HAS_ACCESS_TO_AZURE != '' && inputs.azure-client-id != '' }}
|
||||||
uses: azure/artifact-signing-action@v1
|
uses: azure/artifact-signing-action@v2
|
||||||
with:
|
with:
|
||||||
endpoint: https://eus.codesigning.azure.net/
|
endpoint: https://eus.codesigning.azure.net/
|
||||||
trusted-signing-account-name: PrismLauncher
|
trusted-signing-account-name: PrismLauncher
|
||||||
|
|
@ -142,7 +142,7 @@ runs:
|
||||||
|
|
||||||
- name: Sign installer
|
- name: Sign installer
|
||||||
if: ${{ env.CI_HAS_ACCESS_TO_AZURE != '' && inputs.azure-client-id != '' }}
|
if: ${{ env.CI_HAS_ACCESS_TO_AZURE != '' && inputs.azure-client-id != '' }}
|
||||||
uses: azure/artifact-signing-action@v1
|
uses: azure/artifact-signing-action@v2
|
||||||
with:
|
with:
|
||||||
endpoint: https://eus.codesigning.azure.net/
|
endpoint: https://eus.codesigning.azure.net/
|
||||||
trusted-signing-account-name: PrismLauncher
|
trusted-signing-account-name: PrismLauncher
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue