Skip to content

Commit 95764fe

Browse files
committed
Confirmed Filename
1 parent f015998 commit 95764fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ jobs:
9595
$version = $version_raw -replace "`n","" -replace "`r",""
9696
$filename = "scsd-gui_${version}_windows_amd64.exe"
9797
98-
dir
99-
.\scripts\build\windows\signtool.ps1 -cert_base64 '${{ secrets.SIGNTOOL_CERT }}' -cert_passwd '${{ secrets.SIGNTOOL_PASS }}' -target "./$filename"
98+
.\scripts\build\windows\signtool.ps1 -cert_base64 '${{ secrets.SIGNTOOL_CERT }}' -cert_passwd '${{ secrets.SIGNTOOL_PASS }}' -target "dist/$filename"
10099
101100
- name: Build
102101
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)