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

Win32 & win64 lib download links are not avaliable #1882

Open katewashere opened 9 months ago

katewashere commented 9 months ago

Hi, RT

https://github.com/unicorn-engine/unicorn/releases/download/2.0.1/unicorn-2.0.1-win32.zip https://github.com/unicorn-engine/unicorn/releases/download/2.0.1/unicorn-2.0.1-win64.zip

Also tried to find them in Github Action, but no success.

May I ask, where can I find them ?

marameref commented 8 months ago

Is this issue still open? I wish to work on it pls

wtdcode commented 8 months ago

The nightly build is available here as an example: https://github.com/unicorn-engine/unicorn/actions/runs/6048147154

We always build for all platforms for every commit but lack a CI to automatically attach them to releases. @marameref we are more than happy if you could help.

marameref commented 8 months ago

I have created and tested a yaml build file to address this issue for integrations from Linux platforms. Pls review my PR, link is https://github.com/unicorn-engine/unicorn/pull/1888 @wtdcode

marameref commented 8 months ago

hello @wtdcode , I created a pull request for 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

Pls review and merge my PR. https://github.com/unicorn-engine/unicorn/pull/1891

Thanks

marameref commented 8 months ago

@wtdcode As requested, I have : -rebased my PR to dev

Please review and merge. Thanks link to PR: https://github.com/unicorn-engine/unicorn/pull/1897

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

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

kenixter commented 2 months ago

Hi, RT

https://github.com/unicorn-engine/unicorn/releases/download/2.0.1/unicorn-2.0.1-win32.zip https://github.com/unicorn-engine/unicorn/releases/download/2.0.1/unicorn-2.0.1-win64.zip

Also tried to find them in Github Action, but no success.

May I ask, where can I find them ?

I Can't download too.. This problem hasn't been resolved, right? Is there anyone help me? plz