From e2832cfd2574b4ef6e6202f6950ddbbd9453ffbb Mon Sep 17 00:00:00 2001 From: toni Date: Sun, 6 Oct 2024 03:45:43 +0200 Subject: [PATCH] Revert "Disable artifacts for pull requests or branches" This reverts commit 38c2dc70e5ce018300a587fa348ce31c3783993e. --- .github/workflows/windows_ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 76aa35e39..03c136668 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -37,7 +37,6 @@ jobs: & $msbuild Windows\VisualStudio\ironwail.sln $options if (-not $?) { throw "Build failed" } - name: Prepare archive - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' run: | $compiledir = "Windows\VisualStudio\${env:BUILD_DIR}" $zipdir = "artifact\${env:BUILD_ARTIFACT}" @@ -50,7 +49,6 @@ jobs: copy Quakespasm-Music.txt $zipdir copy LICENSE.txt $zipdir - name: Upload archive - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: name: ${{ env.BUILD_ARTIFACT }}