Skip to content

Resolve manual build Flutter version dynamically#1990

Merged
crossle merged 5 commits into
mainfrom
fix/manual-build-flutter-version
Jun 12, 2026
Merged

Resolve manual build Flutter version dynamically#1990
crossle merged 5 commits into
mainfrom
fix/manual-build-flutter-version

Conversation

@boyan01

@boyan01 boyan01 commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Stop falling back to a pinned Flutter version when manual build input is empty.
  • Resolve the latest stable Flutter version for Linux builds before invoking subosito/flutter-action with channel: master.
  • Let Windows builds omit flutter-version when no version is provided, so the action can resolve the selected channel normally.

Why

Linux arm64 builds still need the channel: master plus explicit flutter-version workaround for subosito/flutter-action, but manually updating the default pinned version is easy to miss.

Validation

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/manual-build.yml"); puts "yaml ok"'
  • git diff --check -- .github/workflows/manual-build.yml
  • Verified the Flutter release JSON parser resolves the current stable version (3.44.2).

@boyan01 boyan01 marked this pull request as ready for review June 12, 2026 09:52
@boyan01 boyan01 requested review from Copilot and crossle and removed request for Copilot June 12, 2026 09:52
@crossle crossle merged commit 7cdb5ed into main Jun 12, 2026
8 checks passed
@crossle crossle deleted the fix/manual-build-flutter-version branch June 12, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants