mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2025-12-19 14:59:21 +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()
|
||||
with:
|
||||
name: PackConverter CLI
|
||||
path: bootstrap/build/libs/PackConverter.jar
|
||||
path: bootstrap/build/libs/Thunder.jar
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Publish to Maven Repository
|
||||
|
||||
2
.github/workflows/pullrequest.yml
vendored
2
.github/workflows/pullrequest.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
||||
if: success()
|
||||
with:
|
||||
name: PackConverter CLI
|
||||
path: bootstrap/build/libs/PackConverter.jar
|
||||
path: bootstrap/build/libs/Thunder.jar
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user