fix(ci-cd): Add required shell attribute

Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
Myzel394 2024-07-25 21:29:38 +02:00
parent 2501ac32a6
commit 061ed8b156
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -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