File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- ghidra : ['11.0', '11.0.1' ]
10
+ ghidra : ['11.0']
11
11
java : ['17']
12
12
13
13
steps :
18
18
run : echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
19
19
20
20
- name : Setup Java
21
- uses : actions/setup-java@v4
21
+ uses : actions/setup-java@v3
22
22
with :
23
23
java-version : ${{ matrix.java }}
24
24
distribution : temurin
35
35
run : ./gradlew
36
36
37
37
- name : Upload artifact
38
- uses : actions/upload-artifact@v4
38
+ uses : actions/upload-artifact@v3
39
39
with :
40
- name : Ps3GhidraScripts_${{ matrix.ghidra }}
41
40
path : dist
42
41
retention-days : 7
43
42
if-no-files-found : error
53
52
uses : actions/checkout@v4
54
53
55
54
- name : Download artifacts
56
- uses : actions/download-artifact@v4
55
+ uses : actions/download-artifact@v3
57
56
58
57
- name : Create Release
59
58
env :
You can’t perform that action at this time.
0 commit comments