Testing this requires signing the app

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-06-17 16:27:32 +01:00
parent 319914f9cc
commit bc83760883
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D

View file

@ -31,9 +31,7 @@ jobs:
matrix:
sqlcipher: [system, static]
arch: [amd64, arm64]
secrets: inherit
with:
sign: true
config: ${{ github.event.pull_request.base.ref == 'develop' && 'element.io/nightly' || 'element.io/release' }}
sqlcipher: ${{ matrix.sqlcipher }}
arch: ${{ matrix.arch }}
@ -42,6 +40,9 @@ jobs:
needs: fetch
name: macOS
uses: ./.github/workflows/build_macos.yaml
secrets: inherit
with:
sign: true
test:
needs: