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 7, 2024
1 parent a300c6d commit f400adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
Set-Location -Path $destination_path
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
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
- name: Upload Release Asset
if: matrix.settings.host == 'windows-latest'
Expand Down

0 comments on commit f400adf

Please sign in to comment.