9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-29 20:09:07 +00:00

Actually let's use two different workflows instead

This commit is contained in:
MrPowerGamerBR
2023-11-22 11:40:58 -03:00
parent 680433bd11
commit af05df723e
2 changed files with 41 additions and 13 deletions

View File

@@ -37,16 +37,3 @@ jobs:
with:
name: SparklyPaper Paperclip
path: "build/libs/SparklyPaper-paperclip-*.jar"
- name: Delete Parallel world ticking patch
run: rm patches/server/*-Parallel-world-ticking.patch
- name: Apply Patches (without Parallel World Ticking)
run: ./gradlew applyPatches
- name: Build (without Parallel World Ticking)
run: ./gradlew build
- name: Create reobf Paperclip JAR (without Parallel World Ticking)
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createReobfPaperclipJar
- uses: actions/upload-artifact@v2
name: "Upload Paperclip JAR (without Parallel World Ticking)"
with:
name: SparklyPaper (without Parallel World Ticking) Paperclip
path: "build/libs/SparklyPaper-paperclip-*.jar"