Skip to content

Commit

Permalink
Revert "Disable artifacts for pull requests or branches"
Browse files Browse the repository at this point in the history
This reverts commit 38c2dc7.
  • Loading branch information
toni committed Oct 6, 2024
1 parent 4bea73b commit 9277279
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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 }}
Expand Down

0 comments on commit 9277279

Please sign in to comment.