diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 54c6662..930cd9f 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -31,10 +31,16 @@ jobs: flutter-version: "3.0.0" channel: "stable" cache: true + + - name: Show Flutter version + run: flutter --version - name: Get depenencies run: flutter pub get + - name: Upgrade depenencies + run: flutter pub upgrade + - name: Start release build run: flutter build apk