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