forked from git-mirrors/GeyserConnect
Update build filename to fix PR builds
This commit is contained in:
parent
e341fdab96
commit
72a24f241d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pullrequest.yml
vendored
2
.github/workflows/pullrequest.yml
vendored
|
@ -26,4 +26,4 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
path: target/geyser-connect-*.jar
|
path: target/GeyserConnect.jar
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue