mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Add Windows ZIP in the CI (#18310) ##build
This commit is contained in:
parent
8f72e726c3
commit
569f1f2fb0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -126,6 +126,10 @@ jobs:
|
||||
- name: Create installer
|
||||
shell: pwsh
|
||||
run: iscc radare2-win-installer\radare2.iss /DRadare2Location=..\radare2-install\* /DLicenseLocation=..\COPYING.LESSER /DIcoLocation=radare2.ico /DMyAppVersion=${{ steps.extract_version.outputs.branch }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: radare2-git.zip
|
||||
path: radare2-git.zip
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: radare2_installer-git.exe
|
||||
|
Loading…
Reference in New Issue
Block a user