mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 19:50:38 +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
|
df -h
|
||||||
|
|
||||||
- name: Upload artifact to GitHub
|
- name: Upload artifact to GitHub
|
||||||
if: github.event_name == 'pull_request'
|
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACT_PATTERN }}
|
name: ${{ env.ARTIFACT_PATTERN }}
|
||||||
|
|
Loading…
Reference in a new issue