From db55ab88e78137eb36c7c6699d0d125507b604cf Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Tue, 31 Aug 2021 09:14:33 -0400 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 2e9c6d89..6f48fec1 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -39,7 +39,7 @@ jobs: - name: Install zip uses: montudor/action-zip@v1 with: - args: zip -qq -r Nuake.zip bin/Release-windows-x86_64/Editor/Editor.exe bin/Release-windows-x86_64/Editor/resources/ + args: zip -qq -r Nuake.zip bin/Release-windows-x86_64/Editor/ - name: Pre-release uses: "marvinpinto/action-automatic-releases@latest"