Skip to content

Commit 8cdf676

Browse files
sylveonSaijin-Naib
authored andcommitted
Fix wrong environment variable name
The previous commit got all the way to the signing step, but failed to sign because the metadata.json file contained nothing. Oops.
1 parent 9faca2e commit 8cdf676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: cmd
4545
- name: Retrieve the metadata and decode it to a file
4646
env:
47-
CERTIFICATE_BASE64: ${{ secrets.AZURESIGNING_METADATA }}
47+
AZURESIGNING_METADATA: ${{ secrets.AZURESIGNING_METADATA }}
4848
run: |
4949
echo $AZURESIGNING_METADATA | base64 --decode > "$RUNNER_TEMP\metadata.json"
5050
shell: bash

0 commit comments

Comments
 (0)