Delete .github/workflows/main.yml

This commit is contained in:
mundane boy 2024-10-17 09:24:21 -07:00 committed by GitHub
parent b10d18312f
commit a1976dd068
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,32 +0,0 @@
name: Build project
on:
push:
branches:
- main
paths:
- Source/**
pull_request:
branches:
- main
paths:
- Source/**
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1.3
- name: Build release
run: msbuild Source/GrasscutterTools.sln /p:Configuration=Release /t:build /restore
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: GrasscutterTools
path: Source/GrasscutterTools/bin/Release/GrasscutterTools.exe