Commit graph

13 commits

Author SHA1 Message Date
Eli Uriegas
855a44af6d close -> unpipe
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-19 12:08:12 -07:00
Eli Uriegas
5b4e84811e ensure directory is created before downloading
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-19 11:57:07 -07:00
Eli Uriegas
c91b9fb13e ensure we're downloading to the correct directory
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-19 11:48:54 -07:00
Eli Uriegas
34aa167be5 add trailing slash to s3Prefix
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-19 11:14:12 -07:00
Eli Uriegas
59bb9ed754 ensure defaults for configuration values
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-19 11:06:16 -07:00
Eli Uriegas
10ec34d92d
attempting to make this a bit less error prone
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-19 10:56:47 -07:00
Eli Uriegas
5a1313076c set path correctly
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-18 13:47:58 -07:00
Eli Uriegas
576971f47f Fix download
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-18 13:39:19 -07:00
Eli Uriegas
ed1916672d
fix formatting
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-18 11:15:30 -07:00
Eli Uriegas
57250ea9cd get this working with s3 buckets
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-17 17:11:46 -07:00
Konrad Pabjan
381af06b42
Add support for tilde expansion (#50)
* Add support for tilde expansion

* Print resolved path with debug

* Update README

* README

* Only replace tilde in certain scenarios

* Fix
2020-07-30 12:01:38 +02:00
Konrad Pabjan
7e5b6f00de
Misc Download Artifact Improvements (#43)
* Various improvements to download-artifact

* Resolve input path

* README updates

* PR feedback
2020-07-15 12:09:31 +02:00
Konrad Pabjan
1de1dea89c
V2 Download Artifact (#27)
* V2 Preview (#19)

* V2 Setup

* Add end-to-end tests

* Update tests

* Update tests

* Update tests

* Update tests again

* Misc Updates

* Improve logs

* Update release

* Update README.md

* @actions/artifact v0.2.0

* Update to the latest version of the @actions/artifact package

* Update @actions/artifact to 0.3.1

* Misc Updates

* Add .gitattributes

* Update Readme

* Update test YAML
2020-04-28 15:45:21 +02:00