Skip to content

Commit 8af4ede

Browse files
committed
Fix signing step in windows CI.
1 parent 11bf7e8 commit 8af4ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
organization-id: 'd330f023-29aa-44e4-b90b-ae1c570f4a25'
8282
project-slug: 'pandoc'
8383
signing-policy-slug: 'test-signing'
84-
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.windows-release-candidate }}'
84+
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
8585
wait-for-completion: true
8686
output-artifact-directory: 'windows-release-candidate-signed'
8787

0 commit comments

Comments
 (0)