mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:18:38 +02:00
Merge pull request #325 from JulianGro/native_GHA
GitHub Actions update actions
This commit is contained in:
commit
789fd834fe
1 changed files with 4 additions and 7 deletions
11
.github/workflows/linux_server_build.yml
vendored
11
.github/workflows/linux_server_build.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 2013-2019 High Fidelity, Inc.
|
# Copyright 2013-2019 High Fidelity, Inc.
|
||||||
# Copyright 2020-2022 Vircadia contributors.
|
# Copyright 2020-2022 Vircadia contributors.
|
||||||
# Copyright 2021-2022 Overte e.V.
|
# Copyright 2021-2023 Overte e.V.
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
name: Linux Server CI Build
|
name: Linux Server CI Build
|
||||||
|
@ -188,8 +188,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Checkout v2 and v3 are currently broken on our Docker configuration
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/checkout@v1
|
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
@ -216,8 +215,7 @@ jobs:
|
||||||
|
|
||||||
- name: Archive cmake logs
|
- name: Archive cmake logs
|
||||||
if: always()
|
if: always()
|
||||||
# upload-artifact v2 and v3 are currently broken on our Docker configuration
|
uses: actions/upload-artifact@v3
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
with:
|
||||||
name: cmake-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}.tar.xz
|
name: cmake-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}.tar.xz
|
||||||
path: cmake-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}.tar.xz
|
path: cmake-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}.tar.xz
|
||||||
|
@ -256,8 +254,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload artifact to GitHub
|
- name: Upload artifact to GitHub
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
# upload-artifact v2 and v3 are currently broken on our Docker configuration
|
uses: actions/upload-artifact@v3
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACT_PATTERN }}
|
name: ${{ env.ARTIFACT_PATTERN }}
|
||||||
path: pkg-scripts/${{ env.ARTIFACT_PATTERN }}
|
path: pkg-scripts/${{ env.ARTIFACT_PATTERN }}
|
||||||
|
|
Loading…
Reference in a new issue