Build for Ghidra 10.4

This commit is contained in:
Maschell 2023-10-31 20:28:10 +01:00
parent 4ce82624c8
commit 020809807f
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@ name: Build
on:
pull_request:
push:
branches:
- main
jobs:
gradle:
runs-on: ubuntu-latest
@ -18,11 +20,11 @@ jobs:
unzip ghidra.zip -d ~/ghidra
rm ghidra.zip
env:
GHIDRA_URL: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.3.2_build/ghidra_10.3.2_PUBLIC_20230711.zip
GHIDRA_URL: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.4_build/ghidra_10.4_PUBLIC_20230928.zip
- name: Execute Gradle build
run: ./gradlew
env:
GHIDRA_INSTALL_DIR: /home/runner/ghidra/ghidra_10.3.2_PUBLIC/
GHIDRA_INSTALL_DIR: /home/runner/ghidra/ghidra_10.4_PUBLIC/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')