Commit Graph
69 Commits
Author SHA1 Message Date
atishooandGitHub 395322a6cd use env if it existed (#360) 2025-06-10 09:21:26 +02:00
Christer Eliasi-SwahnandGitHub 02d6ac3427 perf: Only install yq on Windows if used (#362) 2025-06-09 09:54:01 +02:00
Victor EronmoseleandGitHub e938fdf565 Update Flock's git URL in README (#347)
* Update Flock's git URL in README

* Update Flock's git URL in code sample
2025-03-24 21:47:02 +01:00
Bartek PaciaandGitHub f2c4f6686c fix syntax mistake in readme (#338) 2024-12-03 21:06:22 +01:00
Bartek PaciaandGitHub fd476281dd improve readme (#337) 2024-12-03 21:04:13 +01:00
Bartek PaciaandGitHub 8535a80ce0 Feature/yq on windows (#336)
* install `yq` if runner.os is `windows`

* update readme with `yq` on windows info
2024-12-03 20:05:47 +01:00
Bartek PaciaandGitHub 7642db7052 update readme (#335) 2024-12-03 19:58:13 +01:00
44ac965b96 Add dry-run (#270)
* Add dry-run

* Add dry-run test

* format

---------

Co-authored-by: Bartek Pacia <barpac02@gmail.com>
2024-04-02 14:25:52 +02:00
Bartek PaciaandGitHub 980391a6c5 more README fixes (#292) 2024-04-01 04:09:25 +02:00
Bartek PaciaandGitHub 3d80492992 update README (#291) 2024-04-01 04:07:29 +02:00
Bartek PaciaandGitHub 0ef13f12a5 Add flutter-version-file (#290)
* update README with new info

* setup.sh: update arg parsing to add support for `flutter-version-file` as `-f pubspec.yaml`

* action.yaml: add flutter-version-file

* setup.sh: require `yq` only when -f option is specified

* fix tests and add a new one

* enable shell options: `errexit` and `nounset`

* move falling back to defaults to single place - setup.sh

* action.yaml: reduce number of arguments in the last invocation
2024-04-01 04:03:05 +02:00
Bartek Pacia 49cd17165c split longer lines 2024-03-31 22:15:17 +02:00
Bartek Pacia 766e0c11bc minor readme format update 2024-03-31 19:52:05 +02:00
Bartek Pacia e2c456ecd7 format README 2024-03-31 19:31:02 +02:00
Nicco KunzmannandGitHub d32931db2f Structure Documentation
Adds sections: Flutter Version, Build Target, Cache
Bold build target names to find them more easily
2024-03-31 17:24:22 +01:00
Koji WakamiyaandGitHub 62f096cacd Update README (#266)
* doc: Update README

* fix: Specify the dev channel version
2024-02-13 07:52:27 +07:00
Jørgen TjernøandGitHub 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
Devon CarewandGitHub 02b923c0e1 add support for the main channel (#258)
* add support for the main channel

* update testing for the 'main' channel
2023-11-20 16:29:45 +07:00
Gustl22andGitHub cc97e1648f feat: Allow git ref as version in master channel (#237)
* feat: Allow git ref as version in `master` channel

* fix lint

* fix parsing

* fix test

* fix checkout, add tests

* replace with tab
2023-10-11 15:55:21 +07:00
Alif Rachmawadi ed388baf1d fixes #224; update readme 2023-06-24 16:31:51 +07:00
Alif Rachmawadi 48cafc2471 re-add master channel support 2023-03-23 05:52:25 +07:00
Alif Rachmawadi ed0e860e8f make simpler 2023-03-21 21:37:50 +07:00
Alif RachmawadiandGitHub 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
Alif Rachmawadi de3cdb9a4b enhance set output 2022-09-08 09:12:35 +07:00
Alif Rachmawadi c30358aafe dynamic cache path 2022-07-26 13:20:39 +07:00
Alif Rachmawadi 472d887f68 update readme 2022-07-26 11:56:47 +07:00
Alif Rachmawadi e5fb13927b update readme 2022-07-25 19:36:41 +07:00
Alif RachmawadiandGitHub 54864698df test mode and cache key builder (#175) 2022-07-24 19:19:31 +07:00
GooolerandGitHub 2fcd5629bc Bump actions/checkout to v3 (#145) 2022-04-19 17:54:50 +07:00
菘菘andGitHub 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 5e1529bc12 update readme 2022-02-07 23:42:26 +00:00
David Miguel Lozano 2d3283596d Remove dev channel 2022-02-04 12:04:07 +01:00
Alif Rachmawadi 31089a7435 update readme 2022-01-13 11:02:57 +00: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 f95a8c953b add actions/cache support 2022-01-07 04:54:02 +00:00
Alif Rachmawadi 3dae472464 update readme 2022-01-06 16:00:13 +00:00
Alif Rachmawadi 523b0faa40 update readme for linux desktop dependencies (closes #49) 2022-01-06 11:45:16 +00:00
Alif Rachmawadi 813937b170 update readme for desktop build (closes #86) 2022-01-06 11:17:49 +00:00
Alif Rachmawadi 8af4ab61aa update readme 2022-01-06 11:12:10 +00:00
Alif Rachmawadi 4686a99fc5 update readme 2022-01-06 09:55:43 +00:00
Alif Rachmawadi f6d2e5de5d update readme 2022-01-06 09:23:09 +00:00
Tianhao ZhouandGitHub 5c3d315241 fix: add missing arguments for java setup 2021-05-17 01:10:08 -07:00
Alif Rachmawadi 13141e86c3 update readme 2021-04-26 14:56:05 +00:00
Alif Rachmawadi 41992c08db adjust windows example 2021-04-26 14:49:19 +00:00
Alif RachmawadiandGitHub d94ad8f4a5 Merge pull request #68 from majudhu/patch-1
add example to build for windows
2021-04-26 21:47:15 +07:00
Alif Rachmawadi 8c0828b9c2 update readme 2021-04-26 14:24:54 +00:00
Alif Rachmawadi d2a92405ab update examples 2020-12-01 15:49:09 +00:00
MajudhuandGitHub 1b4d6c711f add example to build for windows
add example script which will build a windows executable and also upload it to action artifacts
2020-11-25 14:07:49 +05:00
Christian ClaussandGitHub c4e0544d9c fixup! Fix typo 2020-10-20 14:50:34 +02:00