Skip to content

Commit ff66958

Browse files
committed
Fix Wrong PS1
1 parent a3ad4ba commit ff66958

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/workflows/check-test-build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,7 @@ jobs:
9191
- name: Sign (Windows)
9292
if: ${{ matrix.os == 'windows-latest' }}
9393
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
10295
10396
# Rename because signing proecdure will collide filename & certname
10497
- name: Rename (Windows)

scripts/build/windows/signtool.ps1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,13 @@ foreach ($d in $dir) {
1111
#}
1212

1313
#$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

0 commit comments

Comments
 (0)