Skip to content

Commit

Permalink
Merge pull request #27 from Margen67/ci
Browse files Browse the repository at this point in the history
Update to 10.3.2
  • Loading branch information
clienthax authored Aug 3, 2023
2 parents a499cb1 + 2345e92 commit 86116d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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: ['10.3']
ghidra: ['10.3.2', '10.3']
java: ['17']

steps:
Expand Down Expand Up @@ -37,8 +37,9 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: dist/
path: dist
retention-days: 7
if-no-files-found: error

push_release:
if: |
Expand Down

0 comments on commit 86116d0

Please sign in to comment.