mirror of
https://github.com/accelerator74/Cleaner.git
synced 2025-12-07 10:38:27 +00:00
Update build.yml
This commit is contained in:
parent
00cf41b978
commit
b296f9b488
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -35,11 +35,11 @@ jobs:
|
|||||||
- "master"
|
- "master"
|
||||||
|
|
||||||
mm_version:
|
mm_version:
|
||||||
- "1.12-dev"
|
- "master"
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- mm_version: "1.12-dev"
|
- mm_version: "master"
|
||||||
mm_branch: "1.12-dev"
|
mm_branch: "master"
|
||||||
|
|
||||||
- sm_version: "master"
|
- sm_version: "master"
|
||||||
sm_branch: "master"
|
sm_branch: "master"
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Add msbuild to PATH (Windows)
|
- name: Add msbuild to PATH (Windows)
|
||||||
if: startsWith(runner.os, 'Windows')
|
if: startsWith(runner.os, 'Windows')
|
||||||
uses: microsoft/setup-msbuild@v1.1
|
uses: microsoft/setup-msbuild@v2
|
||||||
|
|
||||||
- name: Install (Windows)
|
- name: Install (Windows)
|
||||||
if: startsWith(runner.os, 'Windows')
|
if: startsWith(runner.os, 'Windows')
|
||||||
@ -98,7 +98,7 @@ jobs:
|
|||||||
path: metamod-${{ matrix.mm_version }}
|
path: metamod-${{ matrix.mm_version }}
|
||||||
|
|
||||||
- name: Setting up Python
|
- name: Setting up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
@ -156,7 +156,7 @@ jobs:
|
|||||||
ambuild
|
ambuild
|
||||||
|
|
||||||
- name: Uploading package
|
- name: Uploading package
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.repository.name }}-${{ matrix.sm_version }}-${{ matrix.os_short }}
|
name: ${{ github.event.repository.name }}-${{ matrix.sm_version }}-${{ matrix.os_short }}
|
||||||
path: src/build/package
|
path: src/build/package
|
||||||
@ -169,7 +169,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user