1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-07-13 21:53:52 +02:00
This commit is contained in:
Petteri Räty 2025-05-07 06:44:38 +00:00 committed by GitHub
commit 53d7c0b797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,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: