Skip to content

Commit

Permalink
Reference with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 20, 2024
1 parent a12fc45 commit b5c055e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ extends:
inlineOperation: |
[
{
"KeyCode": "${{ env.SIGNING_KEY_CODE_AUTHENTICODE }}",
"KeyCode": "$(SIGNING_KEY_CODE_AUTHENTICODE)",
"OperationCode": "SigntoolSign",
"ToolName": "sign",
"ToolVersion": "1.0",
Expand All @@ -185,7 +185,7 @@ extends:
}
},
{
"KeyCode": "${{ env.SIGNING_KEY_CODE_AUTHENTICODE }}",
"KeyCode": "$(SIGNING_KEY_CODE_AUTHENTICODE)",
"OperationCode": "SigntoolVerify",
"ToolName": "sign",
"ToolVersion": "1.0",
Expand Down

0 comments on commit b5c055e

Please sign in to comment.