upload-artifact icon indicating copy to clipboard operation
upload-artifact copied to clipboard

feat: add upload one artifact per file

Open initdc opened this issue 3 years ago • 10 comments

with this feat, we don't need add multi upload-artifact steps

It may has artifact name conflicts in this impl after matrix uploading It can be improve.

Passed test: https://github.com/initdc/upload-artifact/actions/runs/3273836888 Preview demo: https://github.com/initdc/golang-project-workflow/actions/runs/3255421772 Signed-off-by: initdc [email protected]

initdc avatar Oct 15 '22 10:10 initdc

Hi initdc: Is there a plan to merge your pull request? I think this feature is amazing and want to know is there a work around to upload file separately if no new version released. Thanks.

yjf0824 avatar Apr 18 '23 07:04 yjf0824

I am not sure

initdc avatar Apr 19 '23 12:04 initdc

Is it possible to upload without .zip with this feat?

hiddify-com avatar May 08 '23 09:05 hiddify-com

Is it possible to upload without .zip with this feat?

The core logic is repeating the upload process, it still be a zip file.

You can upload the original file to release with git hash tag.

initdc avatar May 08 '23 17:05 initdc

В чём проблема?

Mikhai56 avatar May 08 '23 18:05 Mikhai56

@actions any chance of this being merged?

airsquared avatar Jul 08 '23 23:07 airsquared

@bethanyj28, @konradpabjan, can we get a decision on this please? we really need separate lines for multiple files. this will not affect any existing user as it is brilliantly implemented with a new option artifact-per-file: true.

kasperk81 avatar Nov 09 '23 15:11 kasperk81

If you look at the PRs that are getting merged at the moment, it's the kind that are low risk or don't really affect the current action as a product offering.

I doubt this will get merged any time soon or even at all, since it would drastically affect githubs bottom line infrastructure wise.

airtonix avatar Nov 25 '23 04:11 airtonix

Any news?

Danstiv avatar Jun 13 '24 14:06 Danstiv

Since you believe this will never land the main branch, have you considered creating a standalone action?

Maybe something called "multiple-upload-artifact"?

AngeloAvv avatar Sep 10 '24 08:09 AngeloAvv