fix(ci-cd): Remove shell attribute

This commit is contained in:
Myzel394 2024-05-02 23:56:14 +02:00 committed by GitHub
parent 5d0e84e4ab
commit 42f06c67bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ runs:
encodedString: ${{ inputs.keyStoreBase64 }}
- name: Write Keystore properties 🗝️
shell: bash
run: |
echo "storeFile=${{ steps.android_keystore.outputs.filePath }}" > key.properties
echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties