forked from firka/student-legacy
Update android.yml
This commit is contained in:
parent
4f5c36db18
commit
1e5e984fe6
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: Build for Android
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: ./fix-pub.sh
|
||||
- name: Build
|
||||
run: cd filcnaplo && ./build.sh
|
||||
run: ./fix-d8dx.sh && cd filcnaplo && ./build.sh
|
||||
- name: Upload Android Release
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user