File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ jobs:
114
114
$fileContent | Set-Content $localFilePath
115
115
116
116
- name : Sign Files with Azure Trusted Signing
117
- uses : azure/trusted-signing-action@v0.3.20
117
+ uses : azure/trusted-signing-action@v0.4.0
118
118
with :
119
119
azure-tenant-id : ${{ secrets.AZURE_TENANT_ID }}
120
120
azure-client-id : ${{ secrets.AZURE_CLIENT_ID }}
121
121
azure-client-secret : ${{ secrets.AZURE_CLIENT_SECRET }}
122
122
endpoint : https://eus.codesigning.azure.net/
123
- code -signing-account-name : ${{ secrets.SIGNING_ACCOUNT_NAME }}
123
+ trusted -signing-account-name : ${{ secrets.SIGNING_ACCOUNT_NAME }}
124
124
certificate-profile-name : ${{ secrets.SIGNING_PROFILE_NAME }}
125
125
files-folder : ${{ env.APPX_PACKAGE_DIR }}
126
126
files-folder-filter : msixbundle
Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ jobs:
114
114
$fileContent | Set-Content $localFilePath
115
115
116
116
- name : Sign Files with Azure Trusted Signing
117
- uses : azure/trusted-signing-action@v0.3.20
117
+ uses : azure/trusted-signing-action@v0.4.0
118
118
with :
119
119
azure-tenant-id : ${{ secrets.AZURE_TENANT_ID }}
120
120
azure-client-id : ${{ secrets.AZURE_CLIENT_ID }}
121
121
azure-client-secret : ${{ secrets.AZURE_CLIENT_SECRET }}
122
122
endpoint : https://eus.codesigning.azure.net/
123
- code -signing-account-name : ${{ secrets.SIGNING_ACCOUNT_NAME }}
123
+ trusted -signing-account-name : ${{ secrets.SIGNING_ACCOUNT_NAME }}
124
124
certificate-profile-name : ${{ secrets.SIGNING_PROFILE_NAME }}
125
125
files-folder : ${{ env.APPX_PACKAGE_DIR }}
126
126
files-folder-filter : msixbundle
You can’t perform that action at this time.
0 commit comments