mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2025-12-19 14:59:21 +00:00
Merge master
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -46,7 +46,9 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
name: PackConverter CLI
|
name: PackConverter CLI
|
||||||
path: bootstrap/build/libs/Thunder.jar
|
path: |
|
||||||
|
bootstrap/build/libs/*.jar
|
||||||
|
!bootstrap/build/libs/bootstrap-*.jar
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Publish to Maven Repository
|
- name: Publish to Maven Repository
|
||||||
|
|||||||
4
.github/workflows/pullrequest.yml
vendored
4
.github/workflows/pullrequest.yml
vendored
@@ -44,5 +44,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
name: PackConverter CLI
|
name: PackConverter CLI
|
||||||
path: bootstrap/build/libs/Thunder.jar
|
path: |
|
||||||
|
bootstrap/build/libs/*.jar
|
||||||
|
!bootstrap/build/libs/bootstrap-*.jar
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|||||||
Reference in New Issue
Block a user