Skip to content

Commit

Permalink
Add Azure Sign Tool parameters in parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1m0n committed May 1, 2024
1 parent fda339f commit e29ae26
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,16 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
dotnet tool install --global AzureSignTool --version 5.0.0
echo $WINDOWS_DIRECTORY_ID
AzureSignTool.exe sign ^
-du "https://explorers.biblekids.io" ^
-kvu "https://bccm-code-sign2.vault.azure.net" ^
-kvt $WINDOWS_DIRECTORY_ID ^
-kvi $WINDOWS_CLIENT_ID ^
-kvs $WINDOWS_CLIENT_PASSWORD ^
-kvt "$WINDOWS_DIRECTORY_ID" ^
-kvi "$WINDOWS_CLIENT_ID" ^
-kvs "$WINDOWS_CLIENT_PASSWORD" ^
-kvc "BCC MEDIA STI" ^
-tr http://timestamp.digicert.com ^
-v $(System.DefaultWorkingDirectory)\dist-app\*.exe
-tr "http://timestamp.digicert.com" ^
-v "$(System.DefaultWorkingDirectory)\dist-app\*.exe"
fi
shell: bash
env:
Expand Down

0 comments on commit e29ae26

Please sign in to comment.