From e8e0f94ae1b2669c62b82cc022f4b39c371bf5fb Mon Sep 17 00:00:00 2001 From: Tara Date: Fri, 20 Dec 2019 20:10:07 -0700 Subject: [PATCH] Test: creation of artifacts --- .github/workflows/dotnetcore.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index e518633..f704a1d 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -23,3 +23,8 @@ jobs: 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