From a1976dd06828c8abbab1a49fbaa60310bb75f86d Mon Sep 17 00:00:00 2001 From: mundane boy <111234149+mundaneboy@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:24:21 -0700 Subject: [PATCH] Delete .github/workflows/main.yml --- .github/workflows/main.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 7f2eca6..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -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