diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6a99941..5316cb2 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: ./fix-pub.sh - name: Build - run: ./fix-d8dx.sh && cd filcnaplo && ./build.sh + run: cd filcnaplo && ./build.sh - name: Upload Android Release uses: actions/upload-artifact@v2 with: