File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Build Mod
1+ name : Java CI
22
33on : [push, pull_request]
44
77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v3
11- - name : Set up PATH
12- run : |
13- echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
10+ - uses : actions/checkout@v4
11+
12+
13+
1414 - name : Set up JDK 17
15- uses : actions/setup-java@v1
15+ uses : actions/setup-java@v4
1616 with :
1717 java-version : 17
18- - name : Build mod jar
18+ distribution : temurin
19+ - name : Build mod artifact
1920 run : |
20- chmod +x ./ gradlew
21- ./gradlew deploy
22- - name : Upload built jar file
21+ chmod +x gradlew
22+ ./gradlew clean dex
23+ - name : Upload built mod artifact
2324 uses : actions/upload-artifact@v4
2425 with :
25- name : ${{ github.event.repository.name }}
26- path : build/libs/${{ github.event.repository.name }} .jar
26+ name : ExogenesisMod (zipped)
27+ path : build/libs/ExogenesisMod .jar
You can’t perform that action at this time.
0 commit comments