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

Created a workflow to automatically attach build to releases #1890

Closed marameref closed 8 months ago

marameref commented 8 months ago

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

  1. Create a release,
  2. Download artifacts locally
  3. 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 v* eg v0.09, v0.01, v1.2 etc