From ef3d263efa9db26d205e2394413404e3ca2b57cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petteri=20R=C3=A4ty?= Date: Sun, 7 Apr 2024 12:57:59 +0300 Subject: [PATCH] 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 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ed23d8..6ce7775 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md). 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: