mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
fix(ci-cd): Use bash as shell
This commit is contained in:
parent
0d318fd416
commit
f67879449b
1
.github/actions/prepare-keystore/action.yml
vendored
1
.github/actions/prepare-keystore/action.yml
vendored
@ -19,6 +19,7 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Write Keystore file 🗄️
|
||||
shell: bash
|
||||
run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > ~/key.jks
|
||||
|
||||
- name: Write Keystore properties 🗝️
|
||||
|
Loading…
x
Reference in New Issue
Block a user