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 }}