Skip to content

Commit ae249c9

Browse files
authored
Update release.yml
1 parent 90f2e9a commit ae249c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build & Publish Fabric or Forge
4141
if: ${{ inputs.platform }} == "fabric" || ${{ inputs.platform }} == "forge"
42-
run: ./gradlew :${{ inputs.platform }}:build :${{ inputs.platform }}:publish :${{ inputs.platform }}:modrinth :{{ inputs.platform }}:curseforge
42+
run: ./gradlew :${{ inputs.platform }}:build :${{ inputs.platform }}:publish :${{ inputs.platform }}:modrinth :${{ inputs.platform }}:curseforge
4343

4444
- name: Build & Publish Both
4545
if: ${{ inputs.platform }} == both

0 commit comments

Comments
 (0)