From 416bb82d799d9b8244a5638e0a8d691a74bb7ec8 Mon Sep 17 00:00:00 2001 From: Lxeon <1277454443@qq.com> Date: Fri, 19 Jan 2024 10:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8CI&=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 451cc5eed8..8368b3e7c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: branches: - master - '[0-9]+.[0-9]+-dev' + workflow_dispatch: jobs: test: strategy: @@ -96,3 +97,9 @@ jobs: cd build python ../configure.py --enable-optimize --sdks=${{ join(fromJSON(env.SDKS)) }} --targets=${{ env.ARCH }} --mms-path=${{ env.DEPENDENCIES_ROOT }}/mmsource-${{ env.MMSOURCE_VERSION }} --hl2sdk-root=${{ env.DEPENDENCIES_ROOT }} --mysql-path=${{ env.DEPENDENCIES_ROOT }}/mysql-${{ env.MYSQL_VERSION }} --mysql64-path=${{ env.DEPENDENCIES_ROOT }}/mysql-${{ env.MYSQL_VERSION }}-x86_64 ambuild + + - name: Archive Build + uses: actions/upload-artifact@v4 + with: + name: sourcemod-${{ env.SM_VERSION }}-${{ matrix.os_short }} + path: ./sourcemod/build