Skip to content

Commit 86116d0

Browse files
authored
Merge pull request #27 from Margen67/ci
Update to 10.3.2
2 parents a499cb1 + 2345e92 commit 86116d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ghidra: ['10.3']
10+
ghidra: ['10.3.2', '10.3']
1111
java: ['17']
1212

1313
steps:
@@ -37,8 +37,9 @@ jobs:
3737
- name: Upload artifact
3838
uses: actions/upload-artifact@v3
3939
with:
40-
path: dist/
40+
path: dist
4141
retention-days: 7
42+
if-no-files-found: error
4243

4344
push_release:
4445
if: |

0 commit comments

Comments
 (0)