diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37c301716..535ab6c3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,11 +28,12 @@ jobs: fail-fast: false matrix: target: ["android", "ios", "macos", "windows"] - flutter_version: ["3.22.x"] +# flutter_version: ["3.22.x"] flutter_channel: ["stable"] include: - target: android os: ubuntu-latest + flutter_version: "3.22.x" artifact_name: release-apk artifact_path: build/app/outputs/apk/release/Eros-FE*.apk - target: ios @@ -42,10 +43,12 @@ jobs: artifact_path: build/**/Eros-FE*.ipa - target: macos os: macos-14 + flutter_version: "3.22.x" artifact_name: release-mac artifact_path: build/macos/Eros-FE*.zip - target: windows os: windows-latest + flutter_version: "3.22.x" artifact_name: release-windows artifact_path: build/windows/Eros-FE*.zip