From 9e6067c864885319c470f84bc26d1a82d0a94e1e Mon Sep 17 00:00:00 2001 From: Cinka Date: Mon, 10 Mar 2025 19:30:08 +0300 Subject: [PATCH] - add: ZIP --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d01acd9..f8e0380 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,10 @@ jobs: run: dotnet build Nebula.Launcher --configuration Release - name: Publish Launcher run: dotnet publish Nebula.Launcher --configuration Release -r win-x64 --output ./Release + - name: ZIP Release + uses: montudor/action-zip@v1 + with: + args: zip -qq -r ./Release/Release.zip ./Release - name: FTP Deploy uses: SamKirkland/FTP-Deploy-Action@v4.3.5 with: