You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, ...
The text was updated successfully, but these errors were encountered:
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.
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).
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, ...The text was updated successfully, but these errors were encountered: