fix(packaging): don't sign appinstaller

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-07-07 04:59:05 -04:00
parent eb7739c0ca
commit 4562700653
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -680,18 +680,6 @@ jobs:
":warning: Skipped code signing for Windows, as certificate was not present." >> $env:GITHUB_STEP_SUMMARY ":warning: Skipped code signing for Windows, as certificate was not present." >> $env:GITHUB_STEP_SUMMARY
} }
- name: Sign AppInstaller
shell: pwsh
run: |
if (Get-Content ./codesign.pfx) {
SignTool sign /fd sha256 /td sha256 /f codesign.pfx `
/p '${{ secrets.WINDOWS_CODESIGN_PASSWORD }}' `
/tr http://timestamp.digicert.com `
${{ env.APPINSTALLER_STAGING }}\prismlauncher-${{ env.APPX_VERSION }}.AppInstaller
} else {
":warning: Skipped code signing for Windows, as certificate was not present." >> $env:GITHUB_STEP_SUMMARY
}
- name: Upload MSIXBundle - name: Upload MSIXBundle
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: