mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix(ci-cd): Add required shell attribute
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
parent
2501ac32a6
commit
061ed8b156
1
.github/actions/prepare-keystore/action.yml
vendored
1
.github/actions/prepare-keystore/action.yml
vendored
@ -23,6 +23,7 @@ runs:
|
|||||||
run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > /home/runner/key.jks
|
run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > /home/runner/key.jks
|
||||||
|
|
||||||
- name: Write Keystore properties 🗝️
|
- name: Write Keystore properties 🗝️
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "storeFile=/home/runner/key.jks" > key.properties
|
echo "storeFile=/home/runner/key.jks" > key.properties
|
||||||
echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties
|
echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties
|
||||||
|
Loading…
x
Reference in New Issue
Block a user