1
0
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:
Aurora
2025-08-02 12:35:17 +01:00
parent 05f5328bb2
commit be5eccecca
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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