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"