mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-03 23:11:57 +03:00
[FIX] GitHub Actions - фикс захода в папку
This commit is contained in:
parent
816215e709
commit
7af8c5bbac
1 changed files with 3 additions and 1 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
@ -56,9 +56,11 @@ jobs:
|
|||
run: |
|
||||
cd artifacts
|
||||
zip -r -9 Release.zip *
|
||||
zip -r -9 LauncherBase.zip * -x "LaunchServer-clean.jar"
|
||||
zip -j -9 LaunchServerModules.zip ../modules/*_module/build/libs/*.jar
|
||||
zip -j -9 LauncherModules.zip ../modules/*_lmodule/build/libs/*.jar
|
||||
cd ../LaunchServer/build/libs/
|
||||
zip -r -9 ../../../artifacts/LauncherBase.zip * -x "LaunchServer-clean.jar"
|
||||
cd ../../..
|
||||
|
||||
- name: Create release
|
||||
id: create_release
|
||||
|
|
Loading…
Reference in a new issue