Scripts: attempt to build android

This commit is contained in:
Pieter Vander Vennet 2025-04-28 12:16:36 +02:00
parent 30f84f9824
commit feac88a524

View file

@ -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