Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 22, 2023
1 parent b4a0b43 commit 680433b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ jobs:
path: "build/libs/SparklyPaper-paperclip-*.jar"
- name: Delete 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
- name: Build
- name: Build (without Parallel World Ticking)
run: ./gradlew build
- name: Create reobf Paperclip JAR
- 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"

0 comments on commit 680433b

Please sign in to comment.