mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-05-31 06:38:51 +03:00
[ANY] Rename Proguard Libraries for release
This commit is contained in:
parent
2379fe5798
commit
3c9e009433
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p artifacts/modules
|
mkdir -p artifacts/modules
|
||||||
cd LaunchServer/build/libs
|
cd LaunchServer/build/libs
|
||||||
|
mv proguard proguard-libraries
|
||||||
zip -r -9 ../../../artifacts/libraries.zip * -x "LaunchServer.jar" -x "LaunchServer-clean.jar"
|
zip -r -9 ../../../artifacts/libraries.zip * -x "LaunchServer.jar" -x "LaunchServer-clean.jar"
|
||||||
cp LaunchServer.jar ../../../artifacts/LaunchServer.jar
|
cp LaunchServer.jar ../../../artifacts/LaunchServer.jar
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
Loading…
Reference in a new issue