Test: creation of artifacts

This commit is contained in:
Tara 2019-12-20 20:10:07 -07:00 committed by GitHub
parent 453f69dae9
commit e8e0f94ae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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