mirror of
https://github.com/actions/upload-artifact.git
synced 2026-05-03 18:29:59 +00:00
Support direct file uploads (#764)
Some checks failed
Check dist/ / check-dist (push) Failing after 3s
Licensed / Check licenses (push) Successful in 23s
Test / Build (ubuntu-latest) (push) Failing after 4s
Test / Upload HTML Report (push) Failing after 3s
Test Proxy / test-proxy-upload (push) Failing after 30s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Test / Merge (push) Has been cancelled
Test / Cleanup Artifacts (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 3s
Some checks failed
Check dist/ / check-dist (push) Failing after 3s
Licensed / Check licenses (push) Successful in 23s
Test / Build (ubuntu-latest) (push) Failing after 4s
Test / Upload HTML Report (push) Failing after 3s
Test Proxy / test-proxy-upload (push) Failing after 30s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Test / Merge (push) Has been cancelled
Test / Cleanup Artifacts (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 3s
* Cache licenses * Bump minimatch to 10.1.1 * Try fixing licenced issues * More licensed fixes * Support direct file uploads * Add CI tests for direct uploads * Use download-artifact@main temporarily * CI: clean up artifacts on successful runs * Use script v8 * Fix some issues with the cleanup * Add unit tests * Clarify naming
This commit is contained in:
@@ -35,4 +35,10 @@ export interface UploadInputs {
|
||||
* Whether or not to include hidden files in the artifact
|
||||
*/
|
||||
includeHiddenFiles: boolean
|
||||
|
||||
/**
|
||||
* Whether or not to archive (zip) the artifact before uploading.
|
||||
* When false, only a single file can be uploaded.
|
||||
*/
|
||||
archive: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user