Skip to content

Commit 81a95cd

Browse files
committed
Serpulo/Erekir updates
1 parent 291ab9f commit 81a95cd

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Mod
1+
name: Java CI
22

33
on: [push, pull_request]
44

@@ -7,20 +7,21 @@ jobs:
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

0 commit comments

Comments
 (0)