actions / upload-artifact

MIT License
3.03k stars 686 forks source link

[feat req] change the behavior when providing no name to use the previous name #463

Open wiiznokes opened 7 months ago

wiiznokes commented 7 months ago

What would you like to be added?

for example, when uploading my-app-1.0.0.deb, we could use:

- uses: actions/upload-artifact@v3
  with:
    path: ./my-app-*.deb

and the uploaded name will be my-app-1.0.0.deb instead of artifact. I think it make more sens and i don't understand why it is not like that.

Why is this needed?

Because it will be more usefull than artifact

Xottab-DUTY commented 5 months ago

Duplicate of #349.