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()
with:
name: Build
path: target/geyser-connect-*.jar
path: target/GeyserConnect.jar

View file

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