From 182c386887e8720f205b5aa35c743ea21d6b3d13 Mon Sep 17 00:00:00 2001 From: Andrew Molchanov Date: Fri, 24 Sep 2021 15:37:11 +0300 Subject: [PATCH] =?UTF-8?q?[FIX]=20GitHub=20Actions=20-=20=D0=92=D0=B5?= =?UTF-8?q?=D1=80=D0=BD=D1=83=D0=BB=20Release.zip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 94bb7168..a28737bc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -55,10 +55,10 @@ jobs: if: startsWith(github.event.ref, 'refs/tags') run: | cd artifacts + zip -r -9 Release.zip * zip -9 LauncherBase.zip libraries.zip LaunchServer.jar zip -j -9 LaunchServerModules.zip ../modules/*_module/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 id: create_release @@ -73,4 +73,4 @@ jobs: draft: false prerelease: false files: | - artifacts/* \ No newline at end of file + artifacts/*