Skip to content

Commit f015998

Browse files
committed
Fix File Missing
1 parent 01a7a9b commit f015998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ 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 }}' -target $filename
98+
dir
99+
.\scripts\build\windows\signtool.ps1 -cert_base64 '${{ secrets.SIGNTOOL_CERT }}' -cert_passwd '${{ secrets.SIGNTOOL_PASS }}' -target "./$filename"
99100
100101
- name: Build
101102
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)