Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Multi-Artifact upload #125

Open
soerenkoehler opened this issue Sep 14, 2020 · 3 comments · May be fixed by #138
Open

Suggestion: Multi-Artifact upload #125

soerenkoehler opened this issue Sep 14, 2020 · 3 comments · May be fixed by #138

Comments

@soerenkoehler
Copy link

I've the following use case: My build creates a directory with a number of artifacts as subdirectories (number and names not known in advance).

parentdir
|
+- artifact_1/**
|
+- artifact_2/**
|
+- ...

Currently, upload-artifact bundels all found files into one artifact. Would it be possible to leave the artifact name blank, maybe set a switch toplevel-as-artifacts: true which in the above case (with appropriate search path) would upload artifact_1, artifact_2, ...

@Margen67
Copy link

#101

@sagikazarmark
Copy link

But it's not entirely the same. The limitations of the API has been explained numerous times, but I think it would still make sense to upload a bunch of files in a single step (even if they will become individual zip files).

This would especially be useful when the list of files is not static (file names might be different, etc). Pointing the action to a directory or a list of files from an output would be quite useful.

What do you think @konradpabjan ?

@aguibert aguibert linked a pull request Oct 20, 2020 that will close this issue
@initdc
Copy link

initdc commented Oct 17, 2022

#354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants