mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix Geyser Standalone archive on github workflows (#3325)
This commit is contained in:
parent
0bfb43914b
commit
c3c2e18f50
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pullrequest.yml
vendored
2
.github/workflows/pullrequest.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
if: success()
|
||||
with:
|
||||
name: Geyser Standalone
|
||||
path: bootstrap/standalone/build/libs/Geyser.jar
|
||||
path: bootstrap/standalone/build/libs/Geyser-Standalone.jar
|
||||
- name: Archive artifacts (Geyser Spigot)
|
||||
uses: actions/upload-artifact@v2
|
||||
if: success()
|
||||
|
|
Loading…
Reference in a new issue