diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be0013c..2ea1b8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,11 @@ jobs: run: | curl -o 0002-Petal-Async-Pathfinding.patch https://raw.githubusercontent.com/BloodredX/Sakura/ver/1.21/0002-Petal-Async-Pathfinding.patch ls + mv 0002-Petal-Async-Pathfinding.patch patches/server/ cd sakura-server - git add 0002-Petal-Async-Pathfinding.patch + git add patches/server/0002-Petal-Async-Pathfinding.patch git commit -m "Petal patch" + cd ./gradlew rebuildPatches #- name: Mojmap Build # run: ./gradlew createMojmapPaperclipJar --stacktrace