Test: creation of artifacts
This commit is contained in:
parent
453f69dae9
commit
e8e0f94ae1
1 changed files with 5 additions and 0 deletions
5
.github/workflows/dotnetcore.yml
vendored
5
.github/workflows/dotnetcore.yml
vendored
|
@ -23,3 +23,8 @@ jobs:
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Release
|
run: dotnet build --configuration Release
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@v1.0.0
|
||||||
|
with:
|
||||||
|
name: artifact
|
||||||
|
path: bin/Release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue