Skip to content

Update builder.yml

Update builder.yml #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build-windows-amd64:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Build windows-amd64
run: |
git submodule init && git submodule update
./waf.bat configure -T debug
./waf.bat build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: Source Engine
path: D:\a\source-engine\source-engine\build\