Skip to content

Commit

Permalink
Merge pull request #35 from clienthax/revert-34-update
Browse files Browse the repository at this point in the history
Revert "Update Ghidra and actions"
  • Loading branch information
clienthax authored Feb 4, 2024
2 parents 0bbfe97 + 97aa4b1 commit 3e97f89
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghidra: ['11.0', '11.0.1']
ghidra: ['11.0']
java: ['17']

steps:
Expand All @@ -18,7 +18,7 @@ jobs:
run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV

- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: temurin
Expand All @@ -35,9 +35,8 @@ jobs:
run: ./gradlew

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: Ps3GhidraScripts_${{ matrix.ghidra }}
path: dist
retention-days: 7
if-no-files-found: error
Expand All @@ -53,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3

- name: Create Release
env:
Expand Down

0 comments on commit 3e97f89

Please sign in to comment.