From 2036847802f19da8062df0d158c9d0575b071e7a Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Wed, 13 Nov 2019 14:18:04 +0100 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 24 ------------------------ 1 file changed, 24 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 eebdaee..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Build+Push - -on: [push] - -jobs: - build: - - runs-on: windows-latest - - steps: - - uses: actions/checkout@v1 - - name: Run a multi-line script - run: | - cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\" - .\MSBuild.exe $Env:GITHUB_WORKSPACE\UpTool2.sln -p:Configuration=Release -m - .\MSBuild.exe $Env:GITHUB_WORKSPACE\UpTool2.sln -p:Configuration=Debug -m - - uses: actions/upload-artifact@v1.0.0 - with: - name: Release - path: UpTool2\bin\Release - - uses: actions/upload-artifact@v1.0.0 - with: - name: Debug - path: UpTool2\bin\Debug