Create main.yml

This commit is contained in:
CreepyCrafter24 2019-11-13 14:34:29 +01:00 committed by GitHub
parent 2036847802
commit a3a8fd511d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.github/workflows/main.yml vendored Normal file
View File

@ -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}