Skip to content

Commit

Permalink
Fix signing
Browse files Browse the repository at this point in the history
Put flags back that are needed with older version.
  • Loading branch information
martincostello committed Oct 1, 2024
1 parent 1495213 commit 4505fdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ jobs:
--description "Polly" `
--description-url "https://github.com/${{ github.repository }}" `
--azure-key-vault-certificate "${{ secrets.SIGN_CLI_CERT_NAME }}" `
--azure-key-vault-client-id ${env:AZURE_CLIENT_ID} `
--azure-key-vault-client-secret ${env:AZURE_CLIENT_SECRET} `
--azure-key-vault-tenant-id ${env:AZURE_TENANT_ID} `
--azure-key-vault-url "${{ secrets.SIGN_CLI_VAULT_URI }}" `
--verbosity "${{ runner.debug == '1' && 'Debug' || 'Warning' }}"
if ($LASTEXITCODE -ne 0) {
Expand Down

0 comments on commit 4505fdb

Please sign in to comment.