Skip to content

Gamedata Update for TF2 2024-04-18 update #88

Gamedata Update for TF2 2024-04-18 update

Gamedata Update for TF2 2024-04-18 update #88

Workflow file for this run

name: Compile
on:
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Environments
run: |
echo "SM_VERSION=1.11" >> $GITHUB_ENV
- name: Install
run: |
bash scripts/install.sh
- name: Compile
run: |
cd build/addons/sourcemod/scripting
./spcomp -E tfgo.sp -o ../plugins/tfgo.smx