1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00
Commit graph

22 commits

Author SHA1 Message Date
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