2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-23 01:11:44 +01:00

.github: workflows: update github actions.

This commit is contained in:
Andrey Akhmichin 2022-11-05 07:19:07 +05:00 committed by Alibek Omarov
parent 816337a7bb
commit 2a6c2e5db4

View File

@ -48,11 +48,11 @@ jobs:
UPLOADTOOL_ISPRERELEASE: true
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: Checkout xash-extras
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: FWGS/xash-extras
path: xash-extras
@ -66,7 +66,7 @@ jobs:
- name: Upload engine (prereleases)
run: bash scripts/continious_upload.sh artifacts/*
- name: Upload engine (artifacts)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifact-${{ matrix.targetos }}-${{ matrix.targetarch }}
path: artifacts/*