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