Updates
This commit is contained in:
parent
d8a4f32584
commit
3c8fe5f1f8
3 changed files with 39 additions and 9 deletions
7
.github/workflows/dotnetcore.yml
vendored
7
.github/workflows/dotnetcore.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue