diff --git a/.github/workflows/release_apk.yml b/.github/workflows/release_apk.yml index 945b11a..71b13e0 100644 --- a/.github/workflows/release_apk.yml +++ b/.github/workflows/release_apk.yml @@ -19,10 +19,6 @@ jobs: - working-directory: ./open_earable run: flutter pub get - - working-directory: ./open_earable - run: flutter format --set-exit-if-changed . - - working-directory: ./open_earable - run: flutter analyze . - working-directory: ./open_earable run: flutter build apk - uses: actions/upload-artifact@v1