diff --git a/.github/workflows/create_build.yaml b/.github/workflows/create_build.yaml index 7c1b21f..255e5d8 100644 --- a/.github/workflows/create_build.yaml +++ b/.github/workflows/create_build.yaml @@ -16,16 +16,16 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.27.2" + flutter-version: "3.27.0" - name: Install dependencies run: flutter pub get - name: Build macOS app - run: flutter build macos --release + run: flutter build macos - name: Build Windows app - run: flutter build windows --release + run: flutter build windows - name: Upload macOS build to Cloudflare R2 run: |