Skip to content

Commit

Permalink
fix(ci-cd): Add required shell attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Myzel394 <[email protected]>
  • Loading branch information
Myzel394 committed Jul 25, 2024
1 parent 2501ac3 commit 061ed8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare-keystore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > /home/runner/key.jks

- name: Write Keystore properties 🗝️
shell: bash
run: |
echo "storeFile=/home/runner/key.jks" > key.properties
echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties
Expand Down

0 comments on commit 061ed8b

Please sign in to comment.