2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-01-27 14:08:23 +03:00

Update workflows/build.yml

Fixes CI warnings
This commit is contained in:
s1lentq 2023-11-28 18:03:29 +07:00
parent 83c9d6e177
commit 3af38129f4

View File

@ -23,12 +23,12 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup MSBuild - name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2 uses: microsoft/setup-msbuild@v1.1.3
- name: Build - name: Build
run: | run: |
@ -43,7 +43,7 @@ jobs:
move msvc\${{ env.buildRelease }}\metamod.pdb publish\debug\metamod.pdb move msvc\${{ env.buildRelease }}\metamod.pdb publish\debug\metamod.pdb
- name: Deploy artifacts - name: Deploy artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3.1.1
with: with:
name: win32 name: win32
path: publish/* path: publish/*
@ -55,7 +55,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
@ -97,7 +97,7 @@ jobs:
shell: bash shell: bash
- name: Deploy artifacts - name: Deploy artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3.1.1
id: upload-job id: upload-job
with: with:
name: linux32 name: linux32
@ -115,12 +115,12 @@ jobs:
steps: steps:
- name: Deploying linux artifacts - name: Deploying linux artifacts
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3
with: with:
name: linux32 name: linux32
- name: Deploying windows artifacts - name: Deploying windows artifacts
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3
with: with:
name: win32 name: win32