remove broken script from build action

This commit is contained in:
chromium 2023-05-27 16:38:24 +02:00
parent 1606d9da99
commit 48c904258a

View File

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