unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

I Created CI that automatically attaches builds to releases #1897

Closed marameref closed 6 months ago

marameref commented 8 months ago

Created a workflow on prerelease.yml that automatically creates a release which is triggered by tag push to remote/origin. The workflow includes the steps to

Create a release, Download artifacts locally Attach the downloaded artifacts to the release To trigger this, you can tag your repo using git tag and push the repo to production using git push origin , can be any tag starting with rc* eg rc0.09, rc0.01 etc As requested, i have -rebased my PR to dev

set prerelease to true and attached pictures of successful run of each workflow. changed git tags to rc* Please review and merge. Thanks

image

image

image

marameref commented 8 months ago

@wtdcode could you pls review my PR? Thanks

wtdcode commented 6 months ago

Sorry for the long wait. I apply a minor fix and thanks for your efforts.