upload-release-asset icon indicating copy to clipboard operation
upload-release-asset copied to clipboard

Upload from artifact

Open Tyrrrz opened this issue 6 years ago • 3 comments
trafficstars

Hi there!

It would be nice if you could reference an artifact uploaded with upload-artifact to upload it as release asset, similar to how AppVeyor does it.

Tyrrrz avatar Nov 06 '19 19:11 Tyrrrz

i want try this too...

Hi there!

It would be nice if you could reference an artifact uploaded with upload-artifact to upload it as release asset, similar to how AppVeyor does it.

i'm now used this project to upload my artifacts ncipollo/release-action@v1

your can see my workflows https://github.com/godcong/fate/blob/master/.github/workflows/go.yml

godcong avatar Apr 08 '20 08:04 godcong

This is something that would make total sense, and the first thing I wanted to do.

A shame it seems this action seems unmaintained... #58 What's the point of it being official if nobody (be it from Github or external) can work on it ?

Lectem avatar Nov 22 '20 14:11 Lectem

I wrote eine/tip for that. See, for example, https://github.com/ghdl/ghdl/blob/master/.github/workflows/push.yml#L159-L171. It's a Python script using PyGitHub. So, you can ignore 'tip' and use your own Python script. That's done in msys2/msys2-autobuild.

eine avatar Nov 22 '20 21:11 eine