Skip to content

Commit

Permalink
Add fabric to release step
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jun 18, 2023
1 parent 9673db4 commit 62e29dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
files: |
build/libs/carbonchat-paper-*.jar
build/libs/carbonchat-velocity-*.jar
build/libs/carbonchat-fabric-*.jar
- name: Publish (Pre-)Release to Modrinth
if: "${{ env.STATUS == 'release' && github.event_name == 'release' }}"
run: ./gradlew :carbonchat-paper:modrinth :carbonchat-velocity:modrinth :carbonchat-fabric:modrinth
Expand Down

0 comments on commit 62e29dc

Please sign in to comment.