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 01a7a9b commit f015998Copy full SHA for f015998
.github/workflows/check-test-build.yml
@@ -95,7 +95,8 @@ 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 }}' -target $filename
+ dir
99
+ .\scripts\build\windows\signtool.ps1 -cert_base64 '${{ secrets.SIGNTOOL_CERT }}' -cert_passwd '${{ secrets.SIGNTOOL_PASS }}' -target "./$filename"
100
101
- name: Build
102
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments