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()
|
||||
with:
|
||||
name: Build
|
||||
path: target/geyser-connect-*.jar
|
||||
path: target/GeyserConnect.jar
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -135,7 +135,7 @@
|
|||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<minimizeJar>false</minimizeJar>
|
||||
<finalName>${outputName}</finalName>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
Loading…
Add table
Reference in a new issue