Richard Shiue
1c5eb12d81
fix: specify pub cache path ( #280 )
2024-03-20 11:20:53 +07:00
Jørgen Tjernø
844082558d
Improvements to caching ( #265 )
...
* Bump actions/cache to v4 to suppress node warnings
* Respect `PUB_CACHE` from the environment
* Cache pub-cache separately from flutter
In order to reduce the extra work that happens when you update your
pubspec.lock, don't use `hashFiles('**/pubspec.lock')` in the hash of
the flutter installation, and separately cache the `.pubspec-cache`.
Also return the `.pub-cache` to `$HOME`, since it's not part of the tool
installation.
* Fix README example of pub-cache-path and document `PUB_CACHE`
2024-02-13 07:13:38 +07:00
Koji Wakamiya
14bf5302ef
Set architecture options from runner's architecture ( #264 )
...
* feat: Add ARCH_NAME variable and set default ARCH value
* chore: Show runner's os and architecture
* chore: Update actions
2024-02-05 09:06:33 +07:00
Alif Rachmawadi
2783a3f08e
ensure setup.sh executable; fixes #245
2023-11-01 17:59:30 +07:00
Alif Rachmawadi
88cab4064b
add restore-keys cache support
2023-03-21 22:20:05 +07:00
Alif Rachmawadi
dbf1fa04f4
Replace set-output with $GITHUB_OUTPUT; fixes #192 ( #194 )
...
* replace set-output with $GITHUB_OUTPUT
* use stdout for test mode
* update readme
2022-10-13 06:31:27 +07:00
Adrien Padol
1e6ee87cb8
Added missing parameter for cache-key ( #187 )
2022-09-17 07:11:03 +07:00
Alif Rachmawadi
de3cdb9a4b
enhance set output
2022-09-08 09:12:35 +07:00
Alif Rachmawadi
1e952778af
enhance set output
2022-09-08 00:57:19 +07:00
Alif Rachmawadi
9d48f4efd5
use named arguments for version and arch
2022-08-25 17:24:16 +07:00
Alif Rachmawadi
c30358aafe
dynamic cache path
2022-07-26 13:20:39 +07:00
Alif Rachmawadi
54864698df
test mode and cache key builder ( #175 )
2022-07-24 19:19:31 +07:00
Jiun Kim
0c3f14223a
Update cache-key with Runner.os
and Arch
( #152 )
...
* Add `${{ runner.os }}` on cache-key
* Add `${{ inputs.architecture }}` as Cache-key
2022-04-29 09:03:21 +07:00
Jiun Kim
0f2cd3391b
Update architecture default as runner.arch
( #153 )
...
* Update architecture default as `runner.arch`
* Update to convert `ARCH` as lowercase
* Refactor for `ARCH` variable
2022-04-29 07:52:26 +07:00
Jiun Kim
cf0b7b2cac
Update for actions/cache
version to 3 ( #150 )
2022-04-27 10:24:59 +07:00
菘菘
6a13bd0836
feat: support to set architecture of SDK executable ( #147 )
...
* feat: support to set architecture of SDK executable
* docs: update
* fix: try fix tests
* ci: set `fail-fast` to false
* fix: get latest version sdk
* fix: test any version
* fix: legacy version format
* fix: tests
* revert changes for `.github/workflows/workflow.yml`
* Update workflow.yml
* rename `ARCHITECTURE` to `ARCH`
* follow the existing spacing
* style: simplified code
* Update setup.sh
* style
2022-04-19 16:08:46 +07:00
Alif Rachmawadi
4f5d1c6d12
add cache path option
2022-01-13 10:46:00 +00:00
Alif Rachmawadi
03e576dcd6
actions/cache integration
2022-01-10 04:45:27 +00:00
Alif Rachmawadi
49d7a2a9ae
rewrite flutter-action
2022-01-06 07:48:39 +00:00
Alif Rachmawadi
2734c64d5a
update action entrypoint
2020-03-04 14:58:58 +00:00
Alif Rachmawadi
e9290adee0
remove deprecated version
2020-03-04 17:38:28 +07:00
Alif Rachmawadi
5fe8a7cf47
rename
2019-08-16 19:33:37 +07:00
Alif Rachmawadi
ad169ccdaa
use flutter-version instead of version
2019-08-16 19:14:55 +07:00
Alif Rachmawadi
62ca43375c
set version as optional
2019-08-16 18:30:45 +07:00
Alif Rachmawadi
92aef196ec
updated metadata
2019-08-14 05:45:22 +07:00
Alif Rachmawadi
528b270553
updated branding
2019-08-14 05:38:02 +07:00
Alif Rachmawadi
3aa0d2f642
initial commit
2019-08-13 17:11:30 +07:00