Skip to content

Commit eaa082a

Browse files
authored
Fixed build errors and the path of the Jar file in the build result. (#4)
* Update build.sh * Update folia.yml
1 parent 56f04a5 commit eaa082a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/folia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- uses: actions/upload-artifact@v4
4040
with:
4141
name: FoliaToGo
42-
path: Folia/build/libs/*.jar
42+
path: Folia/folia-server/build/libs/*.jar

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ git clone https://github.com/PaperMC/Folia
44
git config --global user.email "you@example.com"
55
git config --global user.name "Your Name"
66
cd Folia
7-
./gradlew applyPatches
8-
./gradlew createReobfPaperclipJar
7+
./gradlew applyAllPatches
8+
./gradlew createMojmapPaperclipJar

0 commit comments

Comments
 (0)