Skip to content

Commit

Permalink
build?????
Browse files Browse the repository at this point in the history
  • Loading branch information
fantahund committed Jan 18, 2025
1 parent 43061a7 commit f596a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.17
- name: Set up JDK 1.21
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.21
- name: Build with Maven
run: mvn clean install -Pshade
- uses: actions/upload-artifact@v4
Expand All @@ -25,4 +25,4 @@ jobs:
prerelease: false
title: "Release"
files: |
target/fancyfirework.jar
target/fancyfirework-shade.jar

0 comments on commit f596a24

Please sign in to comment.