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 : Commit Testing
1+ name : Build Mod
22
3- on : [push]
3+ on : [push, pull_request ]
44
55jobs :
66 buildJar :
@@ -10,15 +10,15 @@ jobs:
1010 - uses : actions/checkout@v2
1111 - name : Set up PATH
1212 run : |
13- echo "${ANDROID_HOME}/build-tools/30 .0.1 " >> $GITHUB_PATH
14- - name : Set up JDK 16
13+ echo "${ANDROID_HOME}/build-tools/34 .0.0 " >> $GITHUB_PATH
14+ - name : Set up JDK 17
1515 uses : actions/setup-java@v1
1616 with :
17- java-version : 16
17+ java-version : 17
1818 - name : Build mod jar
1919 run : ./gradlew deploy
2020 - name : Upload built jar file
2121 uses : actions/upload-artifact@v2
2222 with :
23- name : TestUtils (zipped)
24- path : build/libs/${{ github.event.repository.name }}.jar
23+ name : ${{ github.event.repository.name }}
24+ path : build/libs/${{ github.event.repository.name }}.jar
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments