Update build.yml

This commit is contained in:
Moritz Weber 2022-10-02 22:32:12 +02:00 committed by GitHub
parent e912e35280
commit 1a2c66b2c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
defaults:
run:
working-directory: src
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
@ -28,6 +31,6 @@ jobs:
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
flutter-version: '3.3.3'
- run: flutter pub get
- run: flutter build apk