diff options
author | Jason Penilla <[email protected]> | 2024-05-11 11:13:19 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2024-05-11 11:13:19 -0700 |
commit | 447f9a1e16f2273c656f4dc95f1ea838319d0fff (patch) | |
tree | 15f19415422b677e668add6f08aba1f5583fc545 /.github | |
parent | 6c02dbcfa137f40418fc56a0a85721b1fa0242ff (diff) | |
download | Paper-447f9a1e16f2273c656f4dc95f1ea838319d0fff.tar.gz Paper-447f9a1e16f2273c656f4dc95f1ea838319d0fff.zip |
[ci skip] Fix paperclip PR label
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ff54667ec..35536bd9a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: paper-${{ fromJSON(steps.determine.outputs.result).pr }} - path: build/libs/paper-paperclip-*-reobf.jar + path: 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 |