5151 bootstrap/spigot/isolated/build/libs/Geyser-Spigot.jar
5252 bootstrap/bungeecord/isolated/build/libs/Geyser-BungeeCord.jar
5353 bootstrap/velocity/isolated/build/libs/Geyser-Velocity.jar
54- bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
54+ bootstrap/viaproxy/isolated/ build/libs/Geyser-ViaProxy.jar
5555
5656 - name : Publish to Maven Repository
5757 if : ${{ success() && github.repository == 'GeyserMC/Geyser' && (github.ref_name == 'master' || startsWith(github.ref_name, 'api/') || startsWith(github.ref_name, 'feature/')) }}
8282 spigot:bootstrap/spigot/isolated/build/libs/Geyser-Spigot.jar
8383 standalone:bootstrap/standalone/build/libs/Geyser-Standalone.jar
8484 velocity:bootstrap/velocity/isolated/build/libs/Geyser-Velocity.jar
85- viaproxy:bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
85+ viaproxy:bootstrap/viaproxy/isolated/ build/libs/Geyser-ViaProxy.jar
8686 releaseEnabled : false
8787 saveMetadata : true
8888 releaseProject : ' geyser'
@@ -96,13 +96,13 @@ jobs:
9696 privateKey : ${{ secrets.DOWNLOADS_PRIVATE_KEY }}
9797 host : ${{ secrets.DOWNLOADS_SERVER_IP }}
9898 files : |
99- bootstrap/bungeecord/build/ isolated/libs/Geyser-BungeeCord.jar
99+ bootstrap/bungeecord/isolated/build /libs/Geyser-BungeeCord.jar
100100 bootstrap/mod/fabric/build/libs/Geyser-Fabric.jar
101101 bootstrap/mod/neoforge/build/libs/Geyser-NeoForge.jar
102- bootstrap/spigot/build/ isolated/libs/Geyser-Spigot.jar
102+ bootstrap/spigot/isolated/build /libs/Geyser-Spigot.jar
103103 bootstrap/standalone/build/libs/Geyser-Standalone.jar
104- bootstrap/velocity/build/ isolated/libs/Geyser-Velocity.jar
105- bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
104+ bootstrap/velocity/isolated/build /libs/Geyser-Velocity.jar
105+ bootstrap/viaproxy/isolated/ build/libs/Geyser-ViaProxy.jar
106106 changelog : ${{ steps.metadata.outputs.body }}
107107
108108 - name : Publish to Modrinth
0 commit comments