Skip to content

Commit

Permalink
chore(cd): windows codesigntool path
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger committed May 8, 2024
1 parent eb5343c commit 1181abb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,13 @@ jobs:
Set-Location -Path $destination_path
Write-Output "******"
ls .
ls "..\desktop\src-tauri\target"
Write-Output "******"
ls ..
ls "..\desktop\src-tauri\target\${{ matrix.settings.target }}"
Write-Output "******"
ls ..\..
ls "..\desktop\src-tauri\target\${{ matrix.settings.target }}\release\bundle"
Write-Output "******"
ls "..\$input_file_path"
ls "..\desktop\src-tauri\target\${{ matrix.settings.target }}\release\bundle\msi"
cmd.exe /c ".\CodeSignTool.bat" sign -username="$username" -password="$password" -totp_secret="$totp_secret" -credential_id="$credential_id" -input_file_path="..\$input_file_path" -override
Expand Down

0 comments on commit 1181abb

Please sign in to comment.