Update build.yml
Some checks failed
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (master, latest) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (ubuntu-22.04, oldlinux, 1.12-dev, 1.12) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (ubuntu-22.04, oldlinux, master, latest) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (ubuntu-latest, linux, 1.12-dev, 1.12) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (ubuntu-latest, linux, master, latest) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (windows-latest, win, 1.12-dev, 1.12) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (windows-latest, win, master, latest) (push) Has been cancelled
build / Release (push) Has been cancelled

This commit is contained in:
Accelerator 2025-11-26 14:47:24 +03:00
parent 14a8f04555
commit 98a792b422

View File

@ -72,7 +72,7 @@ jobs:
echo "CXX=clang++" >> $GITHUB_ENV echo "CXX=clang++" >> $GITHUB_ENV
- name: Checking out SourceMod - name: Checking out SourceMod
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/sourcemod repository: alliedmodders/sourcemod
ref: ${{ matrix.sm_branch }} ref: ${{ matrix.sm_branch }}
@ -80,16 +80,16 @@ jobs:
submodules: recursive submodules: recursive
- name: Checking out MM:Source - name: Checking out MM:Source
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/metamod-source repository: alliedmodders/metamod-source
ref: ${{ matrix.mm_branch }} ref: ${{ matrix.mm_branch }}
path: metamod-${{ matrix.mm_version }} path: metamod-${{ matrix.mm_version }}
- name: Setting up Python - name: Setting up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '3.11' python-version: '3.12'
- name: Setting up ambuild - name: Setting up ambuild
run: | run: |
@ -97,55 +97,55 @@ jobs:
pip install git+https://github.com/accelerator74/ambuild@nog3 pip install git+https://github.com/accelerator74/ambuild@nog3
- name: Checking out hl2sdk-l4d2 - name: Checking out hl2sdk-l4d2
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/hl2sdk repository: alliedmodders/hl2sdk
ref: l4d2 ref: l4d2
path: hl2sdk-l4d2 path: hl2sdk-l4d2
- name: Checking out hl2sdk-l4d - name: Checking out hl2sdk-l4d
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/hl2sdk repository: alliedmodders/hl2sdk
ref: l4d ref: l4d
path: hl2sdk-l4d path: hl2sdk-l4d
- name: Checking out hl2sdk-css - name: Checking out hl2sdk-css
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/hl2sdk repository: alliedmodders/hl2sdk
ref: css ref: css
path: hl2sdk-css path: hl2sdk-css
- name: Checking out hl2sdk-tf2 - name: Checking out hl2sdk-tf2
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/hl2sdk repository: alliedmodders/hl2sdk
ref: tf2 ref: tf2
path: hl2sdk-tf2 path: hl2sdk-tf2
- name: Checking out hl2sdk-csgo - name: Checking out hl2sdk-csgo
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/hl2sdk repository: alliedmodders/hl2sdk
ref: csgo ref: csgo
path: hl2sdk-csgo path: hl2sdk-csgo
- name: Checking out hl2sdk-hl2dm - name: Checking out hl2sdk-hl2dm
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/hl2sdk repository: alliedmodders/hl2sdk
ref: hl2dm ref: hl2dm
path: hl2sdk-hl2dm path: hl2sdk-hl2dm
- name: Checking out hl2sdk-manifests - name: Checking out hl2sdk-manifests
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
repository: alliedmodders/hl2sdk-manifests repository: alliedmodders/hl2sdk-manifests
path: hl2sdk-manifests path: hl2sdk-manifests
- name: Checking out own repository - name: Checking out own repository
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
path: src path: src
@ -159,7 +159,7 @@ jobs:
ambuild ambuild
- name: Uploading package - name: Uploading package
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: ${{ github.event.repository.name }}-sm${{ matrix.sm_version }}-${{ matrix.os_short }}-${{ env.GITHUB_SHA_SHORT }} name: ${{ github.event.repository.name }}-sm${{ matrix.sm_version }}-${{ matrix.os_short }}-${{ env.GITHUB_SHA_SHORT }}
path: src/build/package path: src/build/package
@ -172,7 +172,7 @@ jobs:
steps: steps:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v6
- name: Package - name: Package
run: | run: |