eric sciple
e7cbd693eb
fix extractTar on Windows ( #264 )
2019-12-19 10:44:08 -05:00
Yusuke Sakurai
606e1f27ac
add: "types" to each package.json ( #221 )
...
fix es #148
2019-12-17 11:03:58 -05:00
eric sciple
61d502068b
overload downloadTool to accept destination path ( #257 )
2019-12-16 11:59:48 -05:00
Daniel Anechitoaie
9f6c37ac52
Updated tc.cacheFile example ( #226 )
2019-12-11 18:05:18 -05:00
Tony Brix
1d7e38e56d
fix unzip error ( #223 )
2019-12-09 14:26:48 -05:00
eric sciple
5c894298f2
toolrunner should which tool before invoking ( #220 )
2019-11-18 16:20:01 -05:00
Jan Jurzitza
9a3c005162
Clarify that extractTar extracts gzipped tars ( #134 )
...
The default downloadTool implementation strips the filename so when passing it to the extractTar function, it doesn't have a way of knowing the format without manually specifying it. However what the extractTar function arguments meant and how to specify them wasn't clear before reading the source code, so the documentation here got updated to reflect that.
2019-11-15 16:12:36 -05:00
Harry Marr
47ccfea021
Add 'repository.directory' to package manifests ( #143 )
2019-09-24 22:30:51 -04:00
Bryan MacFarlane
1f7964519a
bump tool-cache version
2019-09-24 17:20:01 -04:00
Bryan MacFarlane
67eeeea9fa
use zip and unzip from path ( #161 )
2019-09-24 17:07:08 -04:00
Jonathan Leitschuh
b529540e0c
Don't recommend the use of HTTP to download code ( #120 )
2019-09-09 09:39:43 -04:00
Jonathan Clem
a2ab4bcf78
Publish
...
- @actions/core@1.1.0
- @actions/exec@1.0.1
- @actions/github@1.1.0
- @actions/io@1.0.1
- @actions/tool-cache@1.1.1
2019-09-05 11:03:19 -04:00
Guillaume Clochard
ac36ca4405
Small fix for the tool-cache extract example ( #99 )
...
* Fix tool-cache extract example
* Use extractZip or extract7z in tool-cache example fix
2019-08-29 11:08:06 -04:00
Bryan MacFarlane
f66f5629b3
updating keywords
2019-08-23 17:39:40 -04:00
Danny McCormick
6b9630ac94
Add RELEASES.md for each package, bump tool-cache to publish ( #67 )
2019-08-22 13:14:49 -04:00
Jason Etcovitch
1d687b2170
tool-cache/README.md
2019-08-21 01:18:31 -04:00
Alif Rachmawadi
2c3e55b8c9
Add more supports for tar extensions ( #48 )
...
* added test for extracting .tar.gz
* added ability to extract .tar.xz
* add flags to extract tar
* make use of tempPath
* check file contents and make different content for tar file
2019-08-13 14:26:14 -04:00
Alif Rachmawadi
35cd59e8d5
Added unzip for darwin ( #49 )
...
* added unzip for darwin
* add mac builds
* added zip for darwin
2019-08-13 12:39:01 -04:00
Danny McCormick
a40bce7c8d
Publish
...
- @actions/core@1.0.0
- @actions/exec@1.0.0
- @actions/github@1.0.0
- @actions/io@1.0.0
- @actions/tool-cache@1.0.0
2019-08-07 13:33:06 -04:00
Danny McCormick
d7f00ea0fd
Update package versions to 1.0.0 ( #42 )
...
* Update package versions to 1.0.0
* Fix package-lock
2019-08-07 12:56:34 -04:00
Danny McCormick
293aa1ae02
Update package docs ( #38 )
...
* Update README.md
* Add exec guidance
* Add io guidance
* Add tool-cache guidance
* Readability
* Readability
* Readability
* Nit
* Nit
* Nit
2019-08-04 09:00:04 -04:00
Danny McCormick
5218a83722
Check the right variables ( #35 )
2019-07-30 12:31:36 -04:00
Danny McCormick
d8737aa49c
Normalize package versions ( #20 )
2019-06-24 14:36:36 -04:00
David Staheli
e3317c6632
Export findVersions() ( #14 )
...
* Export findVersions()
* Rename `findVersions()` to `findAllVersions()`
2019-06-07 15:17:27 -04:00
Danny McCormick
71a9b2d3ed
Add tool-cache ( #12 )
...
* Add tool-cache
* Format
* Fix linux bug
* Update readme
* Package zip/unzip
* Reorganize
* Format
* unzip somehow got corrupted, fixing
* Resolve remaining todos
* Don't log everything
* Pass error codes
* linting
* Branding and nits
* Fix for mac
* clean up windows/nix logic
* Clean up tests
* Export HTTPError
* Add option for custom 7z tool
* Lint/format
* Dont wipe temp/tool directories
2019-06-06 14:16:48 -04:00