mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2025-12-20 07:19:14 +00:00
Upload the correct jar file in build.yml and pullrequest.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
name: PackConverter CLI
|
name: PackConverter CLI
|
||||||
path: bootstrap/build/libs/PackConverter.jar
|
path: bootstrap/build/libs/Thunder.jar
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Publish to Maven Repository
|
- name: Publish to Maven Repository
|
||||||
|
|||||||
2
.github/workflows/pullrequest.yml
vendored
2
.github/workflows/pullrequest.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
name: PackConverter CLI
|
name: PackConverter CLI
|
||||||
path: bootstrap/build/libs/PackConverter.jar
|
path: bootstrap/build/libs/Thunder.jar
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|||||||
Reference in New Issue
Block a user