From 40b53f70d129936235c2ed548b68257b785558bc Mon Sep 17 00:00:00 2001 From: John Wesley Date: Thu, 11 Jan 2024 20:44:34 -0500 Subject: [PATCH] Fix action so keystore is only setup on android --- .github/workflows/build_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index c383385..3552e15 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -79,7 +79,8 @@ jobs: dart pub global activate cider cider version ${{ github.event.inputs.version }} - - name: Configure Keystore + - name: Configure Android Keystore + if: matrix.target == 'android' run: | echo "$ANDROID_UPLOAD_KEY" | base64 --decode > upload-keystore.jks echo "storeFile=../upload-keystore.jks" >> key.properties