We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f04a5 commit eaa082aCopy full SHA for eaa082a
.github/workflows/folia.yml
@@ -39,4 +39,4 @@ jobs:
39
- uses: actions/upload-artifact@v4
40
with:
41
name: FoliaToGo
42
- path: Folia/build/libs/*.jar
+ path: Folia/folia-server/build/libs/*.jar
build.sh
@@ -4,5 +4,5 @@ git clone https://github.com/PaperMC/Folia
4
git config --global user.email "you@example.com"
5
git config --global user.name "Your Name"
6
cd Folia
7
-./gradlew applyPatches
8
-./gradlew createReobfPaperclipJar
+./gradlew applyAllPatches
+./gradlew createMojmapPaperclipJar
0 commit comments