Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
pascalbreuninger authored Nov 28, 2024

Verified

This commit was signed with the committer’s verified signature.
JasonGrace2282 Aarush Deshpande
1 parent 77a090d commit e5023ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -285,6 +285,8 @@ jobs:
$private_key = "$Env:TAURI_PRIVATE_KEY"
$private_key_password = "$Env:TAURI_KEY_PASSWORD"
$cli_input_file_path = "desktop\src-tauri\bin\devpod-cli-${{ matrix.settings.target }}.exe"
$msi_file_name = "DevPod_${{ needs.create-release.outputs.package_version }}_x64_en-US"
$msi_input_file_path = "desktop\src-tauri\target\${{ matrix.settings.target }}\release\bundle\msi\$msi_file_name.msi"
@@ -312,10 +314,12 @@ jobs:
Write-Output "Sigining files"
$cli_input_file_path = Resolve-Path "..\$cli_input_file_path" | select -ExpandProperty Path
$msi_input_file_path = Resolve-Path "..\$msi_input_file_path" | select -ExpandProperty Path
$nsis_input_file_path = Resolve-Path "..\$nsis_input_file_path" | select -ExpandProperty Path
$updater_input_file_path = Resolve-Path "..\$updater_input_file_path" | select -ExpandProperty Path
cmd.exe /c ".\CodeSignTool.bat" sign -username="$username" -password="$password" -totp_secret="$totp_secret" -credential_id="$credential_id" -input_file_path="$cli_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="$msi_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="$nsis_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="$updater_input_file_path" -override

0 comments on commit e5023ce

Please sign in to comment.