mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +02:00
fix(ci-cd): Fix key.properties path
This commit is contained in:
parent
b205a1e277
commit
f9dc5e7212
8
.github/workflows/release-app.yaml
vendored
8
.github/workflows/release-app.yaml
vendored
@ -21,10 +21,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Write Keystore properties 🗝️
|
- name: Write Keystore properties 🗝️
|
||||||
run: |
|
run: |
|
||||||
echo "storeFile=${{ steps.android_keystore.outputs.filePath }}" > android/key.properties
|
echo "storeFile=${{ steps.android_keystore.outputs.filePath }}" > key.properties
|
||||||
echo "storePassword=${{ secrets.SIGNING_STORE_PASSWORD }}" >> android/key.properties
|
echo "storePassword=${{ secrets.SIGNING_STORE_PASSWORD }}" >> key.properties
|
||||||
echo "keyPassword=${{ secrets.SIGNING_KEY_PASSWORD }}" >> android/key.properties
|
echo "keyPassword=${{ secrets.SIGNING_KEY_PASSWORD }}" >> key.properties
|
||||||
echo "keyAlias=${{ secrets.SIGNING_KEY_ALIAS }}" >> android/key.properties
|
echo "keyAlias=${{ secrets.SIGNING_KEY_ALIAS }}" >> key.properties
|
||||||
|
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user