Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodredX authored Aug 19, 2024
1 parent 09f088c commit 944de8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 944de8c

Please sign in to comment.