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 #1892

Closed marameref closed 8 months ago

marameref commented 8 months ago

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 rc* eg rc0.09, rc0.01 etc

As requested, i have -rebased my PR to dev

Please review and merge. Thanks

all workflows Crate-馃摝-Distribution-路-Workflow-runs-路-marameref-unicorn

Upload-Release-Assets-路-Workflow-runs-路-marameref-unicorn