Skip to content

Commit 6036680

Browse files
committed
Update build.yml
1 parent c04dc3c commit 6036680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- name: Set up JDK 17
10+
- name: Set up JDK 21
1111
uses: actions/setup-java@v4
1212
with:
1313
distribution: 'temurin'
14-
java-version: 17
14+
java-version: 21
1515
cache: 'gradle'
1616
- name: Make gradlew executable
1717
run: chmod +x ./gradlew
1818
- name: Build with Gradle
1919
run: ./gradlew build
2020
- uses: actions/upload-artifact@v4
2121
with:
22-
name: ForgeArtifact
22+
name: NeoForgeArtifact
2323
path: ./neoforge/build/libs/*.jar
2424
- uses: actions/upload-artifact@v4
2525
with:

0 commit comments

Comments
 (0)