This commit is contained in:
Zontreck 2020-05-13 18:52:27 -07:00
parent d8a4f32584
commit 3c8fe5f1f8
3 changed files with 39 additions and 9 deletions

View file

@ -22,9 +22,4 @@ jobs:
- name: Restore Dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
with:
name: artifact
path: bin/Release
run: dotnet build --configuration Release