1
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-11-23 09:05:58 +01:00
Commit graph

10 commits

Author SHA1 Message Date
Peter Bridgman
92b91569e6 Implement follow-symlinks boolean action input
This commit implements a new boolean input to the action,
`follow-symlinks`. This option configures whether the glob expansion
will follow any symlinks it finds when determining the set of of files
to be archived into the artifact.

The default value of the option, which preserves the existing behaviour,
is `true`. When set to true, symbolic links will be be followed and expanded
If `false`, symbolic links will be included in the archived artifact verbatim.

Users may wish to set this option to false if their artifact contains
internally-referencing symlinks which would result in significant bloat
(and semantic change!) in the source files when the artifact is created.

Resolves: actions#93.
2021-05-10 12:01:24 +01:00
Yang Cao
59018c2f85 Add an option to specify retention period 2020-09-18 15:01:18 -04: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
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
Edward Thomson
38d1c2c706 Update description 2019-11-08 16:52:16 +00:00
Danny McCormick
e20a7983ec
Update action.yml 2019-09-06 13:19:23 -04:00
Danny McCormick
88fd27cb67
Make path required 2019-07-23 15:35:00 -04:00
Ting
ba7b625c42
Update action.yml 2019-06-24 16:10:42 -06:00
Ting
605462ea3d
Update action.yml 2019-06-24 16:02:39 -06:00
Ting
c91d2c8653
Create action.yml 2019-06-24 14:38:21 -06:00