forked from MapComplete/MapComplete
Fix: attempt to get android build working
This commit is contained in:
parent
3736f8c0b7
commit
0c82fd5438
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@ jobs:
|
|||
run: npm run android:prepare
|
||||
|
||||
- name: Decode keystore
|
||||
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > ./release-key.jks
|
||||
run: |
|
||||
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > ./android/app/release-key.jks
|
||||
pwd
|
||||
echo "Saved release key to ./android/app/release-key.jks"
|
||||
|
||||
- name: Grant execute permission to gradlew
|
||||
run: cd android && chmod +x ./gradlew
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue