From ea9061807293e9f034cac87dc380f70c619a8bde Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Thu, 2 Sep 2021 10:43:41 -0400 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 4bdcd5c5..4b456427 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -33,14 +33,15 @@ jobs: # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} - - name: Bunle resources + - name: Bundle Resources run: xcopy Editor\resources bin\Release-windows-x86_64\Editor /I /E - - name: Install zip - uses: montudor/action-zip@v1 + - name: Zip + - uses: papeloto/action-zip@v1 with: - args: zip -qq -r Nuake.zip bin/Release-windows-x86_64/Editor/ - + files: bin/Release-windows-x86_64/Editor/ + dest: Nuake-latest.zip + - name: Pre-release uses: "marvinpinto/action-automatic-releases@latest" with: