We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d6ac9c + 25e01a2 commit 487b91eCopy full SHA for 487b91e
1 file changed
.github/workflows/release.yml
@@ -177,7 +177,7 @@ jobs:
177
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
178
179
- name: Sign payload files with Azure Code Signing
180
- uses: azure/azure-code-signing-action@v0.3.0
+ uses: azure/azure-code-signing-action@v0.3.1
181
with:
182
endpoint: https://wus2.codesigning.azure.net/
183
code-signing-account-name: git-fundamentals-signing
@@ -204,7 +204,7 @@ jobs:
204
-Destination $env:GITHUB_WORKSPACE\installers
205
206
- name: Sign installers with Azure Code Signing
207
208
209
210
0 commit comments