mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-19 15:09:27 +00:00
Fix workflow
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -39,12 +39,14 @@ jobs:
|
|||||||
path: "build/libs/SparklyPaper-paperclip-*.jar"
|
path: "build/libs/SparklyPaper-paperclip-*.jar"
|
||||||
- name: Delete Parallel world ticking patch
|
- name: Delete Parallel world ticking patch
|
||||||
run: rm patches/server/*-Parallel-world-ticking.patch
|
run: rm patches/server/*-Parallel-world-ticking.patch
|
||||||
- name: Apply Patches
|
- name: Apply Patches (without Parallel World Ticking)
|
||||||
run: ./gradlew applyPatches
|
run: ./gradlew applyPatches
|
||||||
- name: Build
|
- name: Build (without Parallel World Ticking)
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
- name: Create reobf Paperclip JAR
|
- name: Create reobf Paperclip JAR (without Parallel World Ticking)
|
||||||
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createReobfPaperclipJar
|
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createReobfPaperclipJar
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
name: "Upload Paperclip JAR (without Parallel World Ticking)"
|
||||||
with:
|
with:
|
||||||
name: SparklyPaper (without Parallel World Ticking) Paperclip
|
name: SparklyPaper (without Parallel World Ticking) Paperclip
|
||||||
path: "build/libs/SparklyPaper-paperclip-*.jar"
|
path: "build/libs/SparklyPaper-paperclip-*.jar"
|
||||||
|
|||||||
Reference in New Issue
Block a user