Closed AlexV525 closed 2 years ago
That's because flutter flag is now removed and auto detected. You don't need to specify it explicitly
I don't think it's true.
Before we have the test failed without the flutter
defined: https://github.com/AstroxNetwork/agent_dart/runs/6319818869?check_suite_focus=true
The action defined as: https://github.com/AstroxNetwork/agent_dart/blob/fca3d53a376559741fe09aae4ff833d0ac4cde92/.github/workflows/publish.yml
The real issue here is
No package found. :(
It's not possible to find pubspec.yaml
it has no relation to flutter flag issue
this issue relates to https://github.com/k-paxian/dart-package-publisher/issues/19
https://github.com/fluttercandies/flutter_wechat_assets_picker/runs/6382156800?check_suite_focus=true
When we use
flutter
in the action, jobs will reportflutter
as an unexpected input.