mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 23:22:44 +00:00
Clarify merge-multiple documentation
Given: Artifact A/file.txt Artifact B/file.txt When: You download with merge-multiple: true Then: You will have file.txt only once
This commit is contained in:
parent
c850b930e6
commit
ef3d263efa
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
|
||||||
pattern:
|
pattern:
|
||||||
|
|
||||||
# When multiple artifacts are matched, this changes the behavior of the destination directories.
|
# 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.
|
# If false, the downloaded artifacts will be extracted into individual named directories within the specified path.
|
||||||
# Optional. Default is 'false'
|
# Optional. Default is 'false'
|
||||||
merge-multiple:
|
merge-multiple:
|
||||||
|
|
Loading…
Reference in a new issue