mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] GitHub Actions - Немного поправил Prebuild
This commit is contained in:
parent
fe994cdcca
commit
8b1f0a7d8c
1 changed files with 3 additions and 10 deletions
13
.github/workflows/push.yml
vendored
13
.github/workflows/push.yml
vendored
|
@ -55,18 +55,11 @@ jobs:
|
||||||
- name: Prebuild release files
|
- name: Prebuild release files
|
||||||
if: startsWith(github.event.ref, 'refs/tags')
|
if: startsWith(github.event.ref, 'refs/tags')
|
||||||
run: |
|
run: |
|
||||||
cp modules/*_module/build/libs/*.jar artifacts/modules || true
|
|
||||||
cp modules/*_lmodule/build/libs/*.jar artifacts/lmodules || true
|
|
||||||
cp modules/*_swmodule/build/libs/*.jar artifacts/swmodules || true
|
|
||||||
cd artifacts
|
cd artifacts
|
||||||
zip -9 LauncherBase.zip libraries.zip LaunchServer.jar
|
zip -9 LauncherBase.zip libraries.zip LaunchServer.jar
|
||||||
cd lmodules
|
zip -j -9 LaunchServerModules.zip ../modules/*_module/build/libs/*.jar
|
||||||
zip -9 ../LauncherModules.zip *
|
zip -j -9 LauncherModules.zip ../modules/*_lmodule/build/libs/*.jar
|
||||||
cd ../modules
|
zip -j -9 ServerWrapperModules.zip ../modules/*_swmodule/build/libs/*.jar
|
||||||
zip -9 ../LaunchServerModules.zip *
|
|
||||||
cd ../swmodules
|
|
||||||
zip -9 ../ServerWrapperModules.zip *
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|
Loading…
Reference in a new issue