forked from MapComplete/MapComplete
Scripts: attempt to build android
This commit is contained in:
parent
30f84f9824
commit
feac88a524
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ jobs:
|
|||
|
||||
- run: mkdir -p ./assets/generated && npm run init
|
||||
|
||||
- name: clone submodule
|
||||
shell: bash
|
||||
run: git submodule init && git submodule update
|
||||
|
||||
- name: Decode keystore
|
||||
run: |
|
||||
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > my-release-key.jks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue