1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-27 02:39:19 +00:00

Archive all JARs besides the unshaded ones

This commit is contained in:
Aurora
2025-08-02 13:05:15 +01:00
parent febac20ad7
commit e5f5f7d164
2 changed files with 6 additions and 2 deletions

View File

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