Skip to content

Commit

Permalink
🔨 chore: make actions upload built jar
Browse files Browse the repository at this point in the history
  • Loading branch information
cxntered committed Jul 10, 2024
1 parent a86dc9c commit 5389387
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,10 @@ jobs:
run: chmod +x ./gradlew

- name: Build
run: ./gradlew build --no-daemon
run: ./gradlew build --no-daemon

- name: Upload built mod JAR
uses: actions/upload-artifact@v4.3.0
with:
name: mod-jar
path: versions/1.8.9-forge/build/libs/*.jar

0 comments on commit 5389387

Please sign in to comment.