diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index f77d8fb9..24ded522 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -172,7 +172,7 @@ extends: inlineOperation: | [ { - "KeyCode": "${{ env.SIGNING_KEY_CODE_AUTHENTICODE }}", + "KeyCode": "$(SIGNING_KEY_CODE_AUTHENTICODE)", "OperationCode": "SigntoolSign", "ToolName": "sign", "ToolVersion": "1.0", @@ -185,7 +185,7 @@ extends: } }, { - "KeyCode": "${{ env.SIGNING_KEY_CODE_AUTHENTICODE }}", + "KeyCode": "$(SIGNING_KEY_CODE_AUTHENTICODE)", "OperationCode": "SigntoolVerify", "ToolName": "sign", "ToolVersion": "1.0",