Skip to content

Commit

Permalink
Nvm mc publish expects a fabric mod json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeonic committed Nov 20, 2022
1 parent 8e96ce4 commit ac214fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
changelog: ${{ steps.changelog_reader.outputs.changes }}
files-primary: Fabric/build/libs/!(*-@(dev|sources|javadoc)).jar
files-secondary: '{Fabric/build/libs/*-@(dev|sources|javadoc).jar,Common/build/libs/*.jar}'
files-secondary: Fabric/build/libs/*-@(dev|sources).jar
loaders: |
fabric
quilt
Expand All @@ -74,7 +74,7 @@ jobs:
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
changelog: ${{ steps.changelog_reader.outputs.changes }}
files-primary: Forge/build/libs/!(*-@(dev|sources|javadoc)).jar
files-secondary: '{Forge/build/libs/*-@(dev|sources|javadoc).jar,Common/build/libs/*.jar}'
files-secondary: Forge/build/libs/*-@(dev|sources).jar
loaders: |
forge
name: Forge ${{ steps.gradle-properties.outputs.minecraft_version }}-${{ steps.tagName.outputs.tag }}
Expand Down

0 comments on commit ac214fb

Please sign in to comment.