Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MfellnerDev authored Nov 18, 2024
1 parent af9826e commit 543e4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
# Step 4: Build the project with Gradle and generate the JAR
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew shadowJar

# Step 5: Upload the generated JAR as an artifact
- name: Upload JAR file
uses: actions/upload-artifact@v4
with:
name: Worttrainer
path: app/build/libs/*.jar
path: app/build/libs/*-all.jar

0 comments on commit 543e4e5

Please sign in to comment.