Open wiiznokes opened 11 months ago
for example, when uploading my-app-1.0.0.deb, we could use:
my-app-1.0.0.deb
- 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.
artifact
Because it will be more usefull than artifact
Duplicate of #349.
What would you like to be added?
for example, when uploading
my-app-1.0.0.deb
, we could use:and the uploaded name will be
my-app-1.0.0.deb
instead ofartifact
. 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