ci: update build yml (#13)

This commit is contained in:
Rushaway 2023-09-30 16:43:10 +02:00 committed by GitHub
parent 5ccb4d8fd0
commit cb68485dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ jobs:
)
- name: Checking out SourceMod
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/sourcemod
ref: ${{ matrix.sm_branch }}
@ -85,7 +85,7 @@ jobs:
submodules: recursive
- name: Checking out MM:Source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/metamod-source
ref: ${{ matrix.mm_branch }}
@ -102,42 +102,42 @@ jobs:
pip install git+https://github.com/accelerator74/ambuild
- name: Checking out hl2sdk-l4d2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/hl2sdk
ref: l4d2
path: hl2sdk-l4d2
- name: Checking out hl2sdk-l4d
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/hl2sdk
ref: l4d
path: hl2sdk-l4d
- name: Checking out hl2sdk-css
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/hl2sdk
ref: css
path: hl2sdk-css
- name: Checking out hl2sdk-tf2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/hl2sdk
ref: tf2
path: hl2sdk-tf2
- name: Checking out hl2sdk-csgo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/hl2sdk
ref: csgo
path: hl2sdk-csgo
- name: Checking out own repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src
@ -153,4 +153,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: cleaner-sm${{ matrix.sm_version }}-${{ matrix.os_short }}-${{ env.GITHUB_SHA_SHORT }}
path: src/build/package
path: src/build/package