Skip to content

Commit

Permalink
Add workflow step to upload to Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
jenchanws committed Apr 20, 2023
1 parent a2756ce commit 1461a32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ jobs:
with:
files: |
build/libs/*.jar
- name: Upload release artifacts to Modrinth
run: |
./gradlew modrinth
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

0 comments on commit 1461a32

Please sign in to comment.