File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,20 @@ jobs:
1616 issues : read # to get closed issues
1717
1818 runs-on : ubuntu-latest
19- strategy :
20- matrix :
21- java : ['11']
2219 env :
2320 GIT_USER_NAME : puneetbehl
242125- GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
2622 steps :
2723 - name : Checkout repository
2824 uses : actions/checkout@v4
2925 with :
3026 ref : " v${{ github.event.inputs.release }}"
3127 token : ${{ secrets.GH_TOKEN }}
32- - uses : gradle/wrapper-validation-action@v1
3328 - name : Set up JDK
3429 uses : actions/setup-java@v3
3530 with :
3631 distribution : ' adopt'
37- java-version : ${{ matrix.java }}
32+ java-version : 11
3833 - name : Extract Target Branch
3934 id : extract_branch
4035 run : |
5954 - name : Upload artifacts to the Github release
6055 id : upload_artifact
6156 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
6358 with :
6459 created_tag : v${{ github.event.inputs.release }}
6560 args : build/distributions/grails-${{ steps.release_version.outputs.release_version }}.zip
You can’t perform that action at this time.
0 commit comments