Skip to content

Commit

Permalink
手动CI&输出产物
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxeon authored Jan 19, 2024
1 parent 482e1b7 commit 416bb82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- master
- '[0-9]+.[0-9]+-dev'
workflow_dispatch:
jobs:
test:
strategy:
Expand Down Expand Up @@ -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

0 comments on commit 416bb82

Please sign in to comment.