1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Fix Geyser Standalone archive on github workflows (#3325)

This commit is contained in:
Konicai
2022-09-29 20:57:45 -04:00
committed by GitHub
parent 0bfb43914b
commit c3c2e18f50

View File

@@ -24,7 +24,7 @@ jobs:
if: success() if: success()
with: with:
name: Geyser Standalone name: Geyser Standalone
path: bootstrap/standalone/build/libs/Geyser.jar path: bootstrap/standalone/build/libs/Geyser-Standalone.jar
- name: Archive artifacts (Geyser Spigot) - name: Archive artifacts (Geyser Spigot)
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
if: success() if: success()