mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-01 22:33:41 +00:00
Merge ef3d263efa9db26d205e2394413404e3ca2b57cd into 4a24838f3d5601fd639834081e118c2995d51e1c
This commit is contained in:
commit
20513cd3ef
@ -102,7 +102,8 @@ You are welcome to still raise bugs in this repo.
|
|||||||
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.
|
||||||
# Note: When downloading a single artifact (by name or ID), it will always be extracted directly to the specified path.
|
# Note: When downloading a single artifact (by name or ID), it will always be extracted directly to the specified path.
|
||||||
# Optional. Default is 'false'
|
# Optional. Default is 'false'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user