diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d17dbd8..6a99941 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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: