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:
114114 $fileContent | Set-Content $localFilePath
115115
116116 - 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
118118 with :
119119 azure-tenant-id : ${{ secrets.AZURE_TENANT_ID }}
120120 azure-client-id : ${{ secrets.AZURE_CLIENT_ID }}
121121 azure-client-secret : ${{ secrets.AZURE_CLIENT_SECRET }}
122122 endpoint : https://eus.codesigning.azure.net/
123- code -signing-account-name : ${{ secrets.SIGNING_ACCOUNT_NAME }}
123+ trusted -signing-account-name : ${{ secrets.SIGNING_ACCOUNT_NAME }}
124124 certificate-profile-name : ${{ secrets.SIGNING_PROFILE_NAME }}
125125 files-folder : ${{ env.APPX_PACKAGE_DIR }}
126126 files-folder-filter : msixbundle
Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ jobs:
114114 $fileContent | Set-Content $localFilePath
115115
116116 - 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
118118 with :
119119 azure-tenant-id : ${{ secrets.AZURE_TENANT_ID }}
120120 azure-client-id : ${{ secrets.AZURE_CLIENT_ID }}
121121 azure-client-secret : ${{ secrets.AZURE_CLIENT_SECRET }}
122122 endpoint : https://eus.codesigning.azure.net/
123- code -signing-account-name : ${{ secrets.SIGNING_ACCOUNT_NAME }}
123+ trusted -signing-account-name : ${{ secrets.SIGNING_ACCOUNT_NAME }}
124124 certificate-profile-name : ${{ secrets.SIGNING_PROFILE_NAME }}
125125 files-folder : ${{ env.APPX_PACKAGE_DIR }}
126126 files-folder-filter : msixbundle
You can’t perform that action at this time.
0 commit comments