Update build.yml
This commit is contained in:
parent
e912e35280
commit
1a2c66b2c8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue