Skip to content

Commit

Permalink
Fix fabric dependencies on publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Apr 27, 2024
1 parent b28e37f commit 142b4a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
path: "./gradle.properties"
properties: "version enabledPlatforms minecraftVersion"

- name: Upload Forge Releases (Curse/Modrinth/Github)
- name: Upload Forge Releases (Curse/Modrinth)
id: forge_release
if: contains(steps.properties.outputs.enabledPlatforms, 'forge')
uses: Kir-Antipov/[email protected]
Expand All @@ -147,7 +147,7 @@ jobs:
sqlite-jdbc(optional)
kotlin-for-forge(required)
- name: Upload Fabric Releases (Curse/Modrinth/Github)
- name: Upload Fabric Releases (Curse/Modrinth)
id: fabric_release
if: contains(steps.properties.outputs.enabledPlatforms, 'fabric')
uses: Kir-Antipov/[email protected]
Expand All @@ -169,10 +169,12 @@ jobs:
curseforge-dependencies: |
fabric-api(required)
fabric-language-kotlin(required)
forge-config-api-port-fabric(required)
sqlite-jdbc(optional)
ledger(optional)
modrinth-dependencies: |
fabric-api(required)
fabric-language-kotlin(required)
forge-config-api-port(required)
sqlite-jdbc(optional)
ledger(optional)

0 comments on commit 142b4a0

Please sign in to comment.