We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f2e9a commit ae249c9Copy full SHA for ae249c9
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Build & Publish Fabric or Forge
41
if: ${{ inputs.platform }} == "fabric" || ${{ inputs.platform }} == "forge"
42
- run: ./gradlew :${{ inputs.platform }}:build :${{ inputs.platform }}:publish :${{ inputs.platform }}:modrinth :{{ inputs.platform }}:curseforge
+ run: ./gradlew :${{ inputs.platform }}:build :${{ inputs.platform }}:publish :${{ inputs.platform }}:modrinth :${{ inputs.platform }}:curseforge
43
44
- name: Build & Publish Both
45
if: ${{ inputs.platform }} == both
0 commit comments