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:
4
.github/workflows/pullrequest.yml
vendored
4
.github/workflows/pullrequest.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user