From 1f35e8fb019dc724575ff2dfdf247bbbaaa33427 Mon Sep 17 00:00:00 2001 From: Code-Floof <13484789+Codel1417@users.noreply.github.com> Date: Thu, 2 May 2024 21:37:02 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cc742b7..d16353df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] + flutter: [3.19.2,3.x] name: Build runs-on: ${{ matrix.os }} outputs: @@ -52,7 +53,7 @@ jobs: cache: 'gradle' - uses: subosito/flutter-action@v2 with: - flutter-version: '3.19.2' + flutter-version: ${{ matrix.os }} cache: true - name: Run build script id: build @@ -63,7 +64,7 @@ jobs: GITHUB_EVENT_NAME: ${{ github.event_name }} OS: ${{ matrix.os }} - uses: actions/upload-artifact@v4 - name: artifact-${{ matrix.os }} + name: artifact-${{ matrix.os }}-${{ matrix.flutter }} with: path: | build/app/outputs/apk