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 9b086b9 commit 1550352Copy full SHA for 1550352
.github/workflows/check-test-build.yml
@@ -95,7 +95,7 @@ jobs:
95
$version = $version_raw -replace "`n","" -replace "`r",""
96
$filename = "scsd-gui_${version}_windows_amd64.exe"
97
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
+ .\scripts\build\windows\signtool.ps1 -cert_base64 '${{ secrets.SIGNTOOL_CERT }}' -cert_passwd '${{ secrets.SIGNTOOL_PASS }}' -target $filename
99
100
- name: Build
101
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments