mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 11:03:23 +02:00
Upload every build to the GitHub artifact storage, instead of just PR builds.
This commit is contained in:
parent
9170fcb74e
commit
8f7c684c36
1 changed files with 0 additions and 1 deletions
1
.github/workflows/linux_server_build.yml
vendored
1
.github/workflows/linux_server_build.yml
vendored
|
@ -294,7 +294,6 @@ jobs:
|
|||
df -h
|
||||
|
||||
- name: Upload artifact to GitHub
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ env.ARTIFACT_PATTERN }}
|
||||
|
|
Loading…
Reference in a new issue