File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,24 @@ jobs:
80
80
& ISCC /Opublish\ /F$Filename /DGitHash=$git_hash windows_installer.iss
81
81
82
82
- name : Archive artifacts (welle.io Windows installer)
83
+ id : upload_artifact
83
84
if : always() && steps.create_installer.outcome == 'success'
84
85
uses : actions/upload-artifact@v4
85
86
with :
86
87
name : welle.io Windows installer
87
88
path : publish\*.exe
88
89
if-no-files-found : error
89
90
91
+ - name : Sign installer with SignPath
92
+ uses : signpath/github-action-submit-signing-request@v1
93
+ with :
94
+ api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
95
+ organization-id : ' b7a507e8-ab76-445f-bfb5-05944bcbbee9'
96
+ project-slug : ' welle.io'
97
+ signing-policy-slug : ' test-signing'
98
+ github-artifact-id : ' ${{steps.upload_artifact.outputs.artifact-id}}'
99
+ wait-for-completion : false
100
+
90
101
- name : Upload to nightly server
91
102
if : always() && steps.create_installer.outcome == 'success'
92
103
uses : dennisameling/ftp-upload-action@v1
You can’t perform that action at this time.
0 commit comments