Skip to content

Commit

Permalink
build: actually build release jars
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Jul 20, 2024
1 parent 2e49b8f commit 83ccc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Publish to Modrinth
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew modrinth modrinthSyncBody
run: ./gradlew build modrinth modrinthSyncBody

- name: Publish to GitHub
env:
Expand Down

0 comments on commit 83ccc9f

Please sign in to comment.