mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 14:55:26 +02:00
fix(ci-cd): Remove shell attribute
This commit is contained in:
parent
5d0e84e4ab
commit
42f06c67bb
1
.github/actions/prepare-keystore/action.yml
vendored
1
.github/actions/prepare-keystore/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user