From 7af8c5bbac3c9a9a2f162bae36afb8566a79dad1 Mon Sep 17 00:00:00 2001 From: Andrew Molchanov Date: Fri, 24 Sep 2021 16:23:57 +0300 Subject: [PATCH] =?UTF-8?q?[FIX]=20GitHub=20Actions=20-=20=D1=84=D0=B8?= =?UTF-8?q?=D0=BA=D1=81=20=D0=B7=D0=B0=D1=85=D0=BE=D0=B4=D0=B0=20=D0=B2=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BF=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c6d3c779..32732d42 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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