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
+4 -1
View File
@@ -1,3 +1,6 @@
Vendored from actions/upload-artifact v7.0.1.
Patch: dist/upload/index.js isGhes() returns false so Gitea Actions is not rejected as GHES.
Patches:
- `dist/upload/index.js` `isGhes()` returns false so Gitea Actions is not rejected as GHES.
- `archive: false` supports multiple matched files by uploading each file as a separate unarchived artifact named after the file basename.