mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-19 12:31:08 +02:00
parent
8aba763e3e
commit
4629eccb5a
2
.github/workflows/build_windows.yaml
vendored
2
.github/workflows/build_windows.yaml
vendored
@ -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 `
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user