Skip to content

Add Workflow and Dependabot (#54) #1

Add Workflow and Dependabot (#54)

Add Workflow and Dependabot (#54) #1

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1
- name: Configure build
shell: cmd
run: ./premake5.bat
- name: Build
shell: cmd
run: msbuild -m build/III.VC.SA.IV.Project2DFX.sln /property:Configuration=Release /property:Platform=Win32
- name: Download Open Limit Adjuster
uses: robinraju/release-downloader@main
with:
repository: "GTAmodding/III.VC.SA.LimitAdjuster"
latest: true
extract: true
out-file-path: "data"
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
compression-level: 9
name: III.VC.SA.IV.Project2DFX
path: |
data\*
!data\*.exe
!data\*.bat
!data\*.zip
!data\2DFXDataGrabber\
!data\*\*.exp
!data\*\*.lib
!data\*\*.pdb