Skip to content

Commit 30f445d

Browse files
committed
fix: Update workflow
1 parent 03ea9a4 commit 30f445d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- name: build
3535
run: ./gradlew build
3636
- name: upload to modrinth
37-
if: "contains(github.ref, '1.21.7') && !contains(github.event.head_commit.message, 'upload skip')"
37+
if: "contains(github.ref, '1.21.8') && !contains(github.event.head_commit.message, 'upload skip')"
3838
run: ./gradlew modrinth
3939
env:
4040
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
4141
GITHUB_RUN_NUMBER: ${{ github.run_number }}
4242
GITHUB_EVENT_RAW_PATH: ${{ github.event_path }}
4343
- name: upload to curseforge
44-
if: "contains(github.ref, '1.21.7') && !contains(github.event.head_commit.message, 'upload skip')"
44+
if: "contains(github.ref, '1.21.8') && !contains(github.event.head_commit.message, 'upload skip')"
4545
run: ./gradlew publishCurseForge
4646
env:
4747
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_UPLOAD_TOKEN }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Done to increase the memory available to gradle.
2-
org.gradle.jvmargs=-Xmx4G
2+
org.gradle.jvmargs=-Xmx6G
33
org.gradle.parallel=true
44

55
# Game Properties

0 commit comments

Comments
 (0)