Theo's Typesafe CultTTC
Theo's Typesafe Cultโ€ข11mo agoโ€ข
8 replies
Sameer

How to create a GitHub Action that upload assets to a existing/new release?

I am working on a C# project and trying to create a GitHub Action that handles building project, creating a zip and then uploading it to a existing release.
Solution
Thank You @Utilyre So much.

Got it running. Didn't used any of pre-built actions instead just used
gh
cli, to upload binaries in existing release. makes it way similar.

But still, thank you replying and helping.
Was this page helpful?