diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-05-03 00:56:26 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-05-03 00:56:26 +0300 |
commit | 42dc3ed03f76f1064d6367a4d90f7cea895bcb6b (patch) | |
tree | 5923fa27324aef89b6539c69e8d4d242302097fd /.github/workflows/build.yml | |
parent | f6ed2036b34177d7f932007dc5b3cc3d59f99aea (diff) | |
parent | 64ba5e4ed1456bed159cfe7b41ed9175b8baf5c4 (diff) | |
download | PrismLauncher-42dc3ed03f76f1064d6367a4d90f7cea895bcb6b.tar.gz PrismLauncher-42dc3ed03f76f1064d6367a4d90f7cea895bcb6b.tar.bz2 PrismLauncher-42dc3ed03f76f1064d6367a4d90f7cea895bcb6b.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into Fix_Assert
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 663bfc5f..02cc8b1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -400,7 +400,7 @@ jobs: if (Get-Content ./codesign.pfx){ cd ${{ env.INSTALL_DIR }} # We ship the exact same executable for portable and non-portable editions, so signing just once is fine - SignTool sign /fd sha256 /td sha256 /f ../codesign.pfx /p '${{ secrets.WINDOWS_CODESIGN_PASSWORD }}' /tr http://timestamp.digicert.com prismlauncher.exe + SignTool sign /fd sha256 /td sha256 /f ../codesign.pfx /p '${{ secrets.WINDOWS_CODESIGN_PASSWORD }}' /tr http://timestamp.digicert.com prismlauncher.exe prismlauncher_filelink.exe } else { ":warning: Skipped code signing for Windows, as certificate was not present." >> $env:GITHUB_STEP_SUMMARY } |