diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ba54e8a..a8a7ab5 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,7 +15,7 @@ jobs: #here we specify the jobs - We could have multiple jobs - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: - java-version: '12.x' + java-version: '17.x' - uses: subosito/flutter-action@v1 with: channel: 'stable' @@ -34,7 +34,7 @@ jobs: #here we specify the jobs - We could have multiple jobs #- name: Run tests # run: flutter test - - name: Build android appBundle + - name: Build Android appBundle run: flutter build appbundle --release #- name: Build ios