From 061ed8b156562354fe54d2a5f0102ad616e4b886 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:29:38 +0200 Subject: [PATCH] fix(ci-cd): Add required shell attribute Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com> --- .github/actions/prepare-keystore/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/prepare-keystore/action.yml b/.github/actions/prepare-keystore/action.yml index 2cb08309..d8be61d4 100644 --- a/.github/actions/prepare-keystore/action.yml +++ b/.github/actions/prepare-keystore/action.yml @@ -23,6 +23,7 @@ runs: run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > /home/runner/key.jks - name: Write Keystore properties 🗝️ + shell: bash run: | echo "storeFile=/home/runner/key.jks" > key.properties echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties