File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1212 group : ${{ github.workflow }}-${{ github.ref }}
1313 cancel-in-progress : true
1414
15- name : Build and test Lambda
15+ name : Build Lambda
1616 runs-on : ubuntu-latest
1717
1818 permissions :
3535 uses : actions/setup-java@v4
3636 with :
3737 distribution : ' temurin'
38- java-version : ' 23 '
38+ java-version : ' 17 '
3939 architecture : x64
4040 cache : ' gradle'
4141
4949 - name : Build Lambda
5050 run : ./gradlew build
5151
52- - name : Test Lambda
53- run : ./gradlew :common:test
54-
5552 - name : Rename Files with Commit Hash
5653 run : |
5754 mv ./fabric/build/libs/lambda-fabric-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar ./fabric/build/libs/lambda-fabric-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}.jar
You can’t perform that action at this time.
0 commit comments