We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09be56d commit dcfef57Copy full SHA for dcfef57
.github/workflows/windows.yml
@@ -102,7 +102,7 @@ jobs:
102
output-artifact-directory: 'publish'
103
104
- name: Archive artifacts (welle.io Windows installer signed)
105
- id: upload_artifact_signed
+ id: upload_artifact_self_signed
106
uses: actions/upload-artifact@v4
107
with:
108
name: welle.io Windows installer self-signed
@@ -137,7 +137,7 @@ jobs:
137
output-artifact-directory: 'publish_production'
138
139
140
+ id: upload_artifact_production_signed
141
142
if: always() && steps.production_signing_installer.outcome == 'success'
143
0 commit comments