Skip to content

Commit 175f21a

Browse files
committed
fix crash with no built jar
1 parent c900e6f commit 175f21a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Grant execute permission for gradlew
1717
run: chmod +x gradlew
1818
- name: Build with Gradle
19-
run: ./gradlew generateChangelog build uploadSubProjects curseforge github publishToModrinth --stacktrace --parallel
19+
run: ./gradlew generateChangelog build uploadSubProjects curseforge github publishToModrinth --stacktrace
2020
env:
2121
BINTRAY_USER: oroarmor
2222
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}

0 commit comments

Comments
 (0)