mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
[ci skip] Fix paperclip PR label
This commit is contained in:
parent
b71a9db7ad
commit
8a5ea7e5cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: paper-${{ fromJSON(steps.determine.outputs.result).pr }}
|
name: paper-${{ fromJSON(steps.determine.outputs.result).pr }}
|
||||||
path: build/libs/paper-paperclip-*-reobf.jar
|
path: build/libs/paper-paperclip-*-mojmap.jar
|
||||||
event_file:
|
event_file:
|
||||||
name: "Event File"
|
name: "Event File"
|
||||||
# Only run on PRs if the source branch is on someone else's repo
|
# Only run on PRs if the source branch is on someone else's repo
|
||||||
|
|
Loading…
Reference in a new issue