-
Notifications
You must be signed in to change notification settings - Fork 24
Build command does not expose github-artifacts-* workflow flags #89
Copy link
Copy link
Open
Description
Current flutterpi_tool build does not accept the workflow-artifact flags that the lower cache plumbing already supports.
Repro on current main:
flutterpi_tool build \
--release \
--arch arm64 \
--cpu generic \
--github-artifacts-runid=23382732417 \
--github-artifacts-engine-version=052f31d115eceda8cbff1b3481fcde4330c4ae12Result:
Could not find an option named "--github-artifacts-runid".
Relevant detail: FlutterpiCommandMixin.createCustomCache() already knows about:
github-artifacts-repogithub-artifacts-runidgithub-artifacts-engine-versiongithub-artifacts-auth-token
But BuildCommand does not currently expose those options, so that path is unreachable from the CLI.
This matters for latest-Flutter build workflows where the required engine artifacts are only available from a specific workflow run.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels