Support multiple unarchived file uploads

This commit is contained in:
2026-05-05 18:23:13 +03:00
parent 227b403105
commit 8b22fe549b
4 changed files with 39 additions and 18 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ inputs:
archive:
description: >
If true, the artifact will be archived (zipped) before uploading.
If false, the artifact will be uploaded as-is without archiving.
When `archive` is `false`, only a single file can be uploaded. The name of the file will be used as the artifact name (ignoring the `name` parameter).
If false, files will be uploaded as-is without archiving.
When `archive` is `false`, every matched file is uploaded as a separate unarchived artifact. The basename of each file is used as the artifact name (ignoring the `name` parameter).
default: 'true'
outputs: