Update android.yml

This commit is contained in:
chromium
2023-05-27 16:07:03 +02:00
committed by GitHub
parent 4f5c36db18
commit 1e5e984fe6

View File

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