Commit Graph

26 Commits

Author SHA1 Message Date
yimysty
ca82d0caf4 clean 2021-09-23 00:17:02 -07:00
yimysty
15ca70b37c rollback endpoint 2021-09-23 00:14:14 -07:00
yimysty
4aebf2942a change endpoint 2021-09-23 00:05:28 -07:00
yimysty
8f46aa45d0 fix build version 2021-09-23 00:00:47 -07:00
yimysty
4845887d6b change post url 2021-09-22 23:56:54 -07:00
yimysty
d7de6bb643 update actions 2021-09-22 19:08:59 -07:00
yimysty
eda7e1e438 write to file again... 2021-09-22 18:00:54 -07:00
yimysty
bce741bc0e log token 2021-09-22 17:52:53 -07:00
yimysty
cac03fb72a pass right repo name 2021-09-22 17:49:23 -07:00
yimysty
18c9955185 add token parameter 2021-09-22 17:43:20 -07:00
yimysty
a52618175f adjust return 2021-09-22 17:36:54 -07:00
yimysty
846d13ffe4 return if no github token 2021-09-22 17:34:57 -07:00
yimysty
56f7cd9914 adjust url 2021-09-22 17:32:20 -07:00
yimysty
b9415707f9 add pages deployment step 2021-09-22 17:27:15 -07:00
yimysty
dfc9d6731a console log some information 2021-09-22 17:08:11 -07:00
Jason Gross
4db8255e70
Fix the grammar in a warning message 2021-05-23 08:33:18 -04:00
Yang Cao
0fbc4b771a Display a warning if user tries to upload over 10000 files 2021-02-08 15:09:20 -05:00
Hugo van Kemenade
e6bd6b7749
Replace "file(s)" with "file" or "files" (#159) 2021-01-04 11:24:12 +01:00
Yang Cao
4560c23b39 Check for invalid retention-days input 2020-09-18 16:04:35 -04:00
Yang Cao
59018c2f85 Add an option to specify retention period 2020-09-18 15:01:18 -04:00
Konrad Pabjan
c8879bf5ae
Detect case insensitive uploads + Bump @actions/artifact to version 0.3.3 (#106)
* Detect case insensitive uploads

* PR feedback
2020-07-31 19:22:08 +02:00
Konrad Pabjan
5ba29a7d5b
Add new option to specify behavior if no files found (#104)
* Add new option to specify behavior if no files found
2020-07-31 17:27:37 +02:00
Konrad Pabjan
5f948bc1f0
Correctly check symlinks (#103) 2020-07-27 15:41:16 +02:00
Konrad Pabjan
f265ac5693
Multi Path Artifact Upload + Exclude Character Support (#94)
* Support for multi path upload

* Update README

* Fix tests

* Actually fix tests

* PR feedback

* Fix

* Apply suggestions from code review

Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com>

* Fix more tests

Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com>
2020-07-09 20:53:45 +02:00
Konrad Pabjan
97b7dace6c
Fix connection errors if a retry is encountered (#82)
* Use @actions/artifact 0.3.2

* setFailed if certain items don't upload

* Update verion #
2020-05-18 15:43:29 +02:00
Konrad Pabjan
e7eefc4917
V2 Upload Artifact (#70)
* V2 Preview (#54)

* V2 Upload Artifact

* Improve logs

* Update release

* Update test.yml

* Update test.yml

* Update test.yml

* @actions/artifact v0.2.0 package

* Add extra YAML test

* Extra Documentation

* Update README.md

* Update README.md

* Update NPM packages

* Update to @actions/artifact 0.3.1

* Update readme from v2 preview to v2

* Add .gitattributes

* Misc Updates

* macOS to macos

* Update YAML so only push events trigger on the master branch
2020-04-28 17:18:53 +02:00