File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,20 @@ jobs:
16
16
issues : read # to get closed issues
17
17
18
18
runs-on : ubuntu-latest
19
- strategy :
20
- matrix :
21
- java : ['11']
22
19
env :
23
20
GIT_USER_NAME : puneetbehl
24
21
25
- GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
26
22
steps :
27
23
- name : Checkout repository
28
24
uses : actions/checkout@v4
29
25
with :
30
26
ref : " v${{ github.event.inputs.release }}"
31
27
token : ${{ secrets.GH_TOKEN }}
32
- - uses : gradle/wrapper-validation-action@v1
33
28
- name : Set up JDK
34
29
uses : actions/setup-java@v3
35
30
with :
36
31
distribution : ' adopt'
37
- java-version : ${{ matrix.java }}
32
+ java-version : 11
38
33
- name : Extract Target Branch
39
34
id : extract_branch
40
35
run : |
59
54
- name : Upload artifacts to the Github release
60
55
id : upload_artifact
61
56
if : steps.assemble.outcome == 'success'
62
- uses : Roang-zero1/github-upload-release-artifacts-action@master
57
+ uses : Roang-zero1/github-upload-release-artifacts-action@v3
63
58
with :
64
59
created_tag : v${{ github.event.inputs.release }}
65
60
args : build/distributions/grails-${{ steps.release_version.outputs.release_version }}.zip
You can’t perform that action at this time.
0 commit comments