diff --git a/.github/actions/prepare-keystore/action.yml b/.github/actions/prepare-keystore/action.yml index 49864053..430aa17c 100644 --- a/.github/actions/prepare-keystore/action.yml +++ b/.github/actions/prepare-keystore/action.yml @@ -19,6 +19,7 @@ runs: using: composite steps: - name: Write Keystore file 🗄️ + shell: bash run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > ~/key.jks - name: Write Keystore properties 🗝️