Skip to content

Commit

Permalink
chore(cd): codesigntool
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger committed Mar 2, 2025
1 parent 3b0189e commit 614a673
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 @@ -313,7 +313,7 @@ jobs:
$cli_input_file_path = "desktop\src-tauri\bin\devpod-cli-${{ matrix.settings.target }}.exe"
Write-Output "Signing files"
$cli_input_file_path = Resolve-Path "..\$cli_input_file_path" | select -ExpandProperty Path
$cli_input_file_path = Resolve-Path "$cli_input_file_path" | select -ExpandProperty Path
CodeSignTool.bat sign -username="$username" -password="$password" -totp_secret="$totp_secret" -credential_id="$credential_id" -input_file_path="$cli_input_file_path" -override
- name: Upload Release Asset
Expand Down

0 comments on commit 614a673

Please sign in to comment.