From 65a2538bd5913e9c99764f3bdcc5a670310e937c Mon Sep 17 00:00:00 2001 From: Moritz Weber Date: Sat, 18 Feb 2023 11:05:49 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e65331c..231022a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ name: Build # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch -on: [push, pull_request, workflow_dispatch] +on: [push, workflow_dispatch] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -30,7 +30,7 @@ jobs: - run: echo $KEY_PROPERTIES_GITHUB | base64 -d > android/key.properties - uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.3' + flutter-version: '3.7.3' - run: flutter pub get - run: flutter build apk --flavor github - name: Upload a Build Artifact