From a3a8fd511dd3c70cafbf9456a887ba7e83b293f1 Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Wed, 13 Nov 2019 14:34:29 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..16d416e --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,23 @@ +name: CD + +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 + cd $Env:GITHUB_WORKSPACE + - name: Get Changed Files + uses: lots0logs/gh-action-get-changed-files@1.0.0 + - uses: actions/upload-artifact@master + with: + name: my-artifact + path: ${HOME}