diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7476cbf7..81e9b2904 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,9 @@ jobs: fetch-depth: '0' - name: Install Flutter uses: subosito/flutter-action@v2 + with: + channel: 'stable' + flutter-version: '3.22.2' - uses: actions/setup-java@v4 with: distribution: 'zulu' @@ -68,6 +71,9 @@ jobs: # uses: actions/checkout@v4 # - name: Install Flutter # uses: subosito/flutter-action@v2 + # with: + # channel: 'stable' + # flutter-version: '3.22.2' # - name: Build # run: dart run fl_build -p ios,mac # - name: Create Release