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

19 commits

Author SHA1 Message Date
Goooler
2fcd5629bc
Bump actions/checkout to v3 (#145) 2022-04-19 17:54:50 +07:00
Alif Rachmawadi
f0cc0311e0
update .pub-cache location 2022-03-31 12:45:08 +07:00
Peter Leibiger
b3c14e7ecc
Fix temp folder handling on windows
Something with the globing seems not work but not sure exactly. Now using a simple way of ensure that the target folder never exists when calling `mv` so that it behaves as a rename instead of a move into. The folder still needs to be created first so that parent folders (in case of a custom cache path) are created.
2022-02-04 17:30:43 +01:00
David Miguel Lozano
2d3283596d
Remove dev channel 2022-02-04 12:04:07 +01:00
Alif Rachmawadi
b5a1c34304
run workflow on pull request 2022-02-04 10:30:09 +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
59a5481c7d
fix PUB_CACHE env 2022-01-06 10:46:35 +00:00
Alif Rachmawadi
37e2edb15e
add any channel 2022-01-06 09:21:17 +00:00
Alif Rachmawadi
c64fa18722
add master channel 2022-01-06 09:05:37 +00:00
Alif Rachmawadi
a3bd2fdf17
add version matrix test 2022-01-06 08:57:24 +00:00
Alif Rachmawadi
a7e6ec0df9
add PUBCACHE 2022-01-06 08:48:07 +00:00
Alif Rachmawadi
23835ee500
add dart bin to path 2022-01-06 08:45:45 +00:00
Alif Rachmawadi
84b5c35087
download archive 2022-01-06 08:38:04 +00:00
Alif Rachmawadi
49d7a2a9ae
rewrite flutter-action 2022-01-06 07:48:39 +00:00
Alif Rachmawadi
be0b2dfa50
update workflow version 2020-03-04 17:06:13 +00:00
Alif Rachmawadi
aedc3a9f1e
removed whitespace 2019-08-14 07:34:44 +07:00
Alif Rachmawadi
3aa0d2f642
initial commit 2019-08-13 17:11:30 +07:00