Skip to content

Commit c404c60

Browse files
committed
Try to fix access to artifact ID again
1 parent 61aef1f commit c404c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
organization-id: 'b7a507e8-ab76-445f-bfb5-05944bcbbee9'
138138
project-slug: 'welle.io'
139139
signing-policy-slug: 'release-signing'
140-
github-artifact-id: '${{needs.qtbuild.upload_artifact.outputs.artifact-id}}'
140+
github-artifact-id: '${{needs.qtbuild.steps.upload_artifact.outputs.artifact-id}}'
141141
wait-for-completion: true
142142
output-artifact-directory: 'publish_production'
143143

0 commit comments

Comments
 (0)