????
This commit is contained in:
parent
694480cd9d
commit
13eeac7eec
@ -8,6 +8,16 @@ jobs:
|
||||
name: Build APK
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 20.x
|
||||
|
||||
- name: Install npm packages
|
||||
run: npm install i
|
||||
|
||||
- name: Install app dependencies
|
||||
run: npm install
|
||||
- name: Build apk file
|
||||
uses: sparkfabrik/android-build-action@v1.5.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user