Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter-version parameter is ignored when cache is used. Is this behavior correct? #317

Open
ssthiago opened this issue Jun 15, 2024 · 0 comments

Comments

@ssthiago
Copy link

I noticed an interesting behavior when I use the flutter-version parameter passing a specific version.

As suggested in the documentation, if I try to use cache as cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch :", version always returns the latest version of flutter, ignoring the value passed in flutter-version.

Is this behavior correct?

Wouldn't it make more sense if, when I pass the flutter-version: 3.19 parameter, for example, the version parameter receives flutter-version and not the latest version of flutter?

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

No branches or pull requests

1 participant