Skip to content

Commit 1550352

Browse files
committed
Remove Additional Args
1 parent 9b086b9 commit 1550352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
$version = $version_raw -replace "`n","" -replace "`r",""
9696
$filename = "scsd-gui_${version}_windows_amd64.exe"
9797
98-
.\scripts\build\windows\signtool.ps1 -cert_base64 '${{ secrets.SIGNTOOL_CERT }}' -cert_passwd '${{ secrets.SIGNTOOL_PASS }}' -cert_fingerprint '${{ secrets.SIGNTOOL_FINGERPRINT }}' -cert_name '${{ secrets.SIGNTOOL_NAME }}' -target $filename
98+
.\scripts\build\windows\signtool.ps1 -cert_base64 '${{ secrets.SIGNTOOL_CERT }}' -cert_passwd '${{ secrets.SIGNTOOL_PASS }}' -target $filename
9999
100100
- name: Build
101101
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)