[ANY] Rename Proguard Libraries for release

This commit is contained in:
Antoni 2025-05-18 21:43:14 +03:00 committed by GitHub
parent 2379fe5798
commit 3c9e009433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,7 @@ jobs:
run: |
mkdir -p artifacts/modules
cd LaunchServer/build/libs
mv proguard proguard-libraries
zip -r -9 ../../../artifacts/libraries.zip * -x "LaunchServer.jar" -x "LaunchServer-clean.jar"
cp LaunchServer.jar ../../../artifacts/LaunchServer.jar
cd ../../..