Skip to content

Commit

Permalink
Merge branch 'latest' of https://github.com/hybridlabs/hybrid-aquatic
Browse files Browse the repository at this point in the history
…into latest
  • Loading branch information
MysticKoko committed Nov 26, 2024
2 parents 29611be + a28ce97 commit 4b09286
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: [
21, # Current Java LTS & minimum supported by Minecraft
17, # Current Java LTS & minimum supported by Minecraft
]
# and run on both Linux and Windows
os: [ubuntu-22.04]
Expand All @@ -37,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: build/libs/
path: build/libs/

0 comments on commit 4b09286

Please sign in to comment.