mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-11 10:47:29 +03:00
[FIX] GitHub Actions - Вернул Release.zip
This commit is contained in:
parent
4c78d00360
commit
182c386887
1 changed files with 2 additions and 2 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -55,10 +55,10 @@ jobs:
|
||||||
if: startsWith(github.event.ref, 'refs/tags')
|
if: startsWith(github.event.ref, 'refs/tags')
|
||||||
run: |
|
run: |
|
||||||
cd artifacts
|
cd artifacts
|
||||||
|
zip -r -9 Release.zip *
|
||||||
zip -9 LauncherBase.zip libraries.zip LaunchServer.jar
|
zip -9 LauncherBase.zip libraries.zip LaunchServer.jar
|
||||||
zip -j -9 LaunchServerModules.zip ../modules/*_module/build/libs/*.jar
|
zip -j -9 LaunchServerModules.zip ../modules/*_module/build/libs/*.jar
|
||||||
zip -j -9 LauncherModules.zip ../modules/*_lmodule/build/libs/*.jar
|
zip -j -9 LauncherModules.zip ../modules/*_lmodule/build/libs/*.jar
|
||||||
zip -j -9 ServerWrapperModules.zip ../modules/*_swmodule/build/libs/*.jar || true
|
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|
Loading…
Reference in a new issue