All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Input
actionsCacheKey
- Inputs
installationPath
,actionsCache
,actionsCacheKey
andflutterPrecache
.
- depth 1 from git clone command, so that Flutter tool can construct version from non-tagged references.
-
Input
setPubCachePath
For Windows runners, it now accepts bash understandable paths instead of pwsh understandable paths.
Example: Previously -
setPubCachePath: '$env:LOCALAPPDATA\Pub\Cache'
Now -
setPubCachePath: '$LOCALAPPDATA\Pub\Cache'
For Ubuntu and macOS runners, avoid using tilde
~
in paths.
Example: Previously -
setPubCachePath: '~/.pub-cache'
Now -
setPubCachePath: '$HOME/.pub-cache'
- Input
addPubCacheBinToPath
- Inputs
setFlutterRootPath
,setPubCachePath
andaddPubCacheBinToPath
.
Initial release