mirror of
https://github.com/actions/download-artifact
synced 2025-09-22 11:47:52 +00:00
Compare commits
2 commits
4f0a1fb65f
...
b7ab51ecd1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b7ab51ecd1 | ||
![]() |
ef3d263efa |
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ You are welcome to still raise bugs in this repo.
|
|||
pattern:
|
||||
|
||||
# When multiple artifacts are matched, this changes the behavior of the destination directories.
|
||||
# If true, the downloaded artifacts will be in the same directory specified by path.
|
||||
# If true, the downloaded artifacts will be in the same directory specified by path. There is no check for file name
|
||||
# collisions. If multiple artifacts have files with the same name, only one will end up in path.
|
||||
# If false, the downloaded artifacts will be extracted into individual named directories within the specified path.
|
||||
# Optional. Default is 'false'
|
||||
merge-multiple:
|
||||
|
|
Loading…
Reference in a new issue