mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
.github: workflows: update github actions.
This commit is contained in:
parent
816337a7bb
commit
2a6c2e5db4
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@ -48,11 +48,11 @@ jobs:
|
|||||||
UPLOADTOOL_ISPRERELEASE: true
|
UPLOADTOOL_ISPRERELEASE: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Checkout xash-extras
|
- name: Checkout xash-extras
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: FWGS/xash-extras
|
repository: FWGS/xash-extras
|
||||||
path: xash-extras
|
path: xash-extras
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
- name: Upload engine (prereleases)
|
- name: Upload engine (prereleases)
|
||||||
run: bash scripts/continious_upload.sh artifacts/*
|
run: bash scripts/continious_upload.sh artifacts/*
|
||||||
- name: Upload engine (artifacts)
|
- name: Upload engine (artifacts)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: artifact-${{ matrix.targetos }}-${{ matrix.targetarch }}
|
name: artifact-${{ matrix.targetos }}-${{ matrix.targetarch }}
|
||||||
path: artifacts/*
|
path: artifacts/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user