diff --git a/.github/workflows/windows_build_runner.yml b/.github/workflows/windows_build_runner.yml index 6ec75731..fdf31052 100644 --- a/.github/workflows/windows_build_runner.yml +++ b/.github/workflows/windows_build_runner.yml @@ -79,9 +79,9 @@ jobs: path: D:/a/BlackTek-Server/BlackTek-Server/build - name: Prepare Compressed Assets - uses: montudor/action-zip@v1 with: - args: zip -qq -r BlackTek-Server.zip D:/a/BlackTek-Server/BlackTek-Server/ + run: | + zip -r BlackTek-Server.zip D:/a/BlackTek-Server/BlackTek-Server/ - name: Upload Assets for Edge Build if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)