flutter-action icon indicating copy to clipboard operation
flutter-action copied to clipboard

feat: don't overwrite flutter if correct version already present

Open RyanCarrier opened this issue 6 months ago • 2 comments

Just a simple one to make my small runs on self hosted runners go faster. CACHE_PATH includes the version so we only need to check that. The only concern would be if they set their own cache path

RyanCarrier avatar May 27 '25 23:05 RyanCarrier

Hi, thanks for the PR.

If I understand correctly, this adds a new check-cache input. Please update the action YAML file and the README accordingly.

bartekpacia avatar Aug 08 '25 11:08 bartekpacia

Nope the check-cache is the id of the workflow step, so the next step we can choose to not redownload flutter if it'a already there. No user facing changes

RyanCarrier avatar Aug 09 '25 10:08 RyanCarrier