mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
fix(ci-cd): Remove unnecessary shell
attribute
This commit is contained in:
parent
8d1fb08176
commit
2507fd832b
1
.github/actions/prepare-keystore/action.yml
vendored
1
.github/actions/prepare-keystore/action.yml
vendored
@ -22,7 +22,6 @@ runs:
|
||||
run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > ~/key.jks
|
||||
|
||||
- name: Write Keystore properties 🗝️
|
||||
shell: bash
|
||||
run: |
|
||||
echo "storeFile=~/key.jks" > key.properties
|
||||
echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties
|
||||
|
Loading…
x
Reference in New Issue
Block a user