Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fesuoy1 authored Feb 12, 2024
1 parent 4d9a833 commit c554e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# Use these Java versions
java: [
8, # Current Java LTS & minimum supported by Minecraft
17, # Current Java LTS & minimum supported by Minecraft
21, # Current Java LTS
]
# and run on linux
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: nether-portal-color-fix_artifacts
path: build/libs/*.jar
path: build/libs/*.jar

0 comments on commit c554e15

Please sign in to comment.