aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-12-21 13:53:17 +0100
committerNassim Jahnke <[email protected]>2024-12-21 13:53:17 +0100
commit7490b311ffdd4fb2a7c446579ad06a343a404249 (patch)
tree60e593f218f415d2f37cf413e5575fb033d5b8f9
parent3b0b3a0aef5863b37f252bfffef7ff5b9b266445 (diff)
downloadPaper-7490b311ffdd4fb2a7c446579ad06a343a404249.tar.gz
Paper-7490b311ffdd4fb2a7c446579ad06a343a404249.zip
Update output jar dir references
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 994ade949c..24cccf5f90 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -102,7 +102,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: paper-${{ fromJSON(steps.determine.outputs.result).pr }}
- path: build/libs/paper-paperclip-*-mojmap.jar
+ path: paper-server/build/libs/paper-paperclip-*-mojmap.jar
event_file:
name: "Event File"
# Only run on PRs if the source branch is on someone else's repo
diff --git a/README.md b/README.md
index 52165c44ee..983f2b975d 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ How To (Compiling Jar From Source)
------
To compile Paper, you need JDK 21 and an internet connection.
-Clone this repo, run `./gradlew applyPatches`, then `./gradlew createMojmapBundlerJar` from your terminal. You can find the compiled jar in the project root's `build/libs` directory.
+Clone this repo, run `./gradlew applyPatches`, then `./gradlew createMojmapBundlerJar` from your terminal. You can find the compiled jar in the `paper-server/build/libs` directory.
To get a full list of tasks, run `./gradlew tasks`.