1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 14:59:21 +00:00

Merge master

This commit is contained in:
Aurora
2025-08-02 13:06:06 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -46,7 +46,9 @@ jobs:
if: success()
with:
name: PackConverter CLI
path: bootstrap/build/libs/Thunder.jar
path: |
bootstrap/build/libs/*.jar
!bootstrap/build/libs/bootstrap-*.jar
if-no-files-found: error
- name: Publish to Maven Repository

View File

@@ -44,5 +44,7 @@ jobs:
if: success()
with:
name: PackConverter CLI
path: bootstrap/build/libs/Thunder.jar
path: |
bootstrap/build/libs/*.jar
!bootstrap/build/libs/bootstrap-*.jar
if-no-files-found: error