Skip to content

Commit

Permalink
ci: Update Gradle setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Feb 6, 2024
1 parent 3ec700d commit b147eaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Install Gradle
uses: gradle/actions/setup-gradle@v3

- name: Install Ghidra ${{ matrix.ghidra }}
uses: antoniovazquezblanco/[email protected]
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ matrix.ghidra }}

- name: Build the extension for Ghidra ${{ matrix.ghidra }}
uses: gradle/[email protected]
with:
gradle-version: 7.3
arguments: -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
- name: Build
run: gradle buildExtension -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b147eaa

Please sign in to comment.