fix(ci-cd): Use bash as shell

This commit is contained in:
Myzel394 2024-05-03 00:03:03 +02:00 committed by GitHub
parent 0d318fd416
commit f67879449b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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