Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxeon authored Jan 19, 2024
1 parent 80ad76a commit a0cfc58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,8 @@ 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 a0cfc58

Please sign in to comment.