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:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user