mirror of
https://github.com/Maschell/GhidraRPXLoader.git
synced 2024-11-14 12:25:12 +01:00
Build for Ghidra 10.4
This commit is contained in:
parent
4ce82624c8
commit
020809807f
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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/')
|
||||
|
Loading…
Reference in New Issue
Block a user