Update build filename to fix PR builds

This commit is contained in:
rtm516 2020-06-17 17:11:28 +01:00
parent e341fdab96
commit 72a24f241d
2 changed files with 2 additions and 2 deletions

View file

@ -26,4 +26,4 @@ jobs:
if: success() if: success()
with: with:
name: Build name: Build
path: target/geyser-connect-*.jar path: target/GeyserConnect.jar

View file

@ -135,7 +135,7 @@
<goal>shade</goal> <goal>shade</goal>
</goals> </goals>
<configuration> <configuration>
<minimizeJar>false</minimizeJar> <finalName>${outputName}</finalName>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>