Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, when I'm making a release on Github (manual or by using
git push --tags
I get new release with zipped code attached. Is there a simple way to add compiled .js file like the first one below? Or a downloadable link at least (I get only a link to source editor in master branch)

Releases:
v0.3.4
Assets (3)
- app-bundle.js <--- I can't achieve this
- Source code (zip) <--- I get only these two files
- Source code (tar.gz)

What I have tried:

I read many docs, tutorials, tried to make it both in git command line and in Github website
Posted
Updated 16-Feb-19 23:46pm

1 solution

Step 7 at Creating releases - User Documentation[^] should explain that.
 
Share this answer
 
Comments
atomic7777 17-Feb-19 6:02am    
Thank you! I read this one before, but I was attaching it by clicking "attach file" instead of "attach binary", now I was enlightened, read it for the 100 time and that's it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900