Compare commits

..

2 commits

Author SHA1 Message Date
Antoni
806017f893
Merge 0e1691ee4c into 3c9e009433 2025-05-18 21:43:27 +03:00
Antoni
3c9e009433
[ANY] Rename Proguard Libraries for release 2025-05-18 21:43:14 +03:00

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 ../../..