Skip to content

Commit

Permalink
Fixed primary/secondary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucraft committed Jan 17, 2024
1 parent b8df95a commit 3accca9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Publish Forge version
uses: Kir-Antipov/mc-publish@v3.3
with:
name: Palladium ${{ env.mod_version }} for Forge ${{ env.minecraft_version }}
name: Palladium ${{ env.mod_version }} for Forge/NeoForge ${{ env.minecraft_version }}
version: ${{ env.mod_version }}+${{ env.minecraft_version }}
modrinth-id: lt2zd42r
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -50,8 +50,9 @@ jobs:
neoforge
game-versions: |
${{ env.minecraft_version }}
files: |
files-primary: |
forge/build/libs/!(*-@(dev|sources|javadoc)).jar
files-secondary: |
forge/build/libs/*-@(dev|sources|javadoc).jar
dependencies: |
condensedcreative(optional){modrinth:Zw7fMbBg}{curseforge:624911}
Expand All @@ -75,8 +76,9 @@ jobs:
quilt
game-versions: |
${{ env.minecraft_version }}
files: |
files-primary: |
fabric/build/libs/!(*-@(dev|sources|javadoc)).jar
files-secondary: |
fabric/build/libs/*-@(dev|sources|javadoc).jar
dependencies: |
condensedcreative(optional){modrinth:Zw7fMbBg}{curseforge:624911}
Expand Down

0 comments on commit 3accca9

Please sign in to comment.