diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0854646..fc783fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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