From 319914f9ccedb1f4f9cc849efba1b8c6638f67e6 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 17 Jun 2024 16:24:18 +0100 Subject: [PATCH] Testing this requires signing the app Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_and_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index c940c73c..02dc6923 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -31,7 +31,9 @@ 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 }}