Compare commits

...

2 commits

Author SHA1 Message Date
Petteri Räty
b7ab51ecd1
Merge ef3d263efa into 448e3f862a 2025-07-09 17:57:17 +02:00
Petteri Räty
ef3d263efa 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
2024-04-07 13:00:33 +03:00

View file

@ -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: