mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-02-23 03:10:18 +00:00
CI fixes
This commit is contained in:
parent
43a2504357
commit
935ee1bf6f
5
.github/workflows/check-builds.yaml
vendored
5
.github/workflows/check-builds.yaml
vendored
@ -19,7 +19,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ubuntu-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Set environment
|
||||
run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
path: bin
|
||||
|
||||
copy-artifacts:
|
||||
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
||||
if: github.event_name != 'pull_request' && (github.ref_type == 'tag' || github.ref_name == 'master')
|
||||
runs-on: ubuntu-latest
|
||||
needs: [windows-build, ubuntu-build]
|
||||
env:
|
||||
@ -121,7 +121,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
- run: |
|
||||
GITDESC=$(git describe --tags)
|
||||
|
Loading…
Reference in New Issue
Block a user