Merge branch 'develop' into hs/add-support-for-windows-badges

This commit is contained in:
Will Hunt 2025-07-14 14:32:23 +01:00 committed by GitHub
commit f91c07f929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,6 @@ jobs:
yarn build:native --target ${{ steps.config.outputs.target }}
- name: Install and configure eSigner CKA
if: inputs.sign # https://github.com/element-hq/element-desktop/issues/2425
run: |
Set-StrictMode -Version 'Latest'
@ -199,7 +198,6 @@ jobs:
Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root -FilePath .github/SSLcom-sandbox.crt
- name: Check app was signed successfully
if: inputs.sign # https://github.com/element-hq/element-desktop/issues/2425
run: |
Set-StrictMode -Version 'Latest'
Get-ChildItem `