File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 91
91
- name : Sign (Windows)
92
92
if : ${{ matrix.os == 'windows-latest' }}
93
93
run : |
94
- certificate: '${{ secrets.SIGNTOOL_CERT }}'
95
- password: '${{ secrets.SIGNTOOL_PASS }}'
96
- certificatesha1: '${{ secrets.SIGNTOOL_FINGERPRINT }}'
97
- certificatename: '${{ secrets.SIGNTOOL_NAME }}'
98
- description: 'scsd-gui'
99
- timestampUrl: 'http://timestamp.digicert.com'
100
- folder: 'dist'
101
- recursive: true
94
+ .\scripts\build\windows\signtool.ps1
102
95
103
96
# Rename because signing proecdure will collide filename & certname
104
97
- name : Rename (Windows)
Original file line number Diff line number Diff line change @@ -11,4 +11,13 @@ foreach ($d in $dir) {
11
11
# }
12
12
13
13
# $version =
14
- }
14
+ }
15
+
16
+ # certificate: '${{ secrets.SIGNTOOL_CERT }}'
17
+ # password: '${{ secrets.SIGNTOOL_PASS }}'
18
+ # certificatesha1: '${{ secrets.SIGNTOOL_FINGERPRINT }}'
19
+ # certificatename: '${{ secrets.SIGNTOOL_NAME }}'
20
+ # description: 'scsd-gui'
21
+ # timestampUrl: 'http://timestamp.digicert.com'
22
+ # folder: 'dist'
23
+ # recursive: true
You can’t perform that action at this time.
0 commit comments