Skip to content

Commit

Permalink
Added artifact to action
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrady91 committed Nov 28, 2020
1 parent 26a490f commit 648c48f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Pack
run: dotnet pack -c Release
- name: Publish artifact
uses: actions/upload-artifact@v2
with:
name: nupkg
path: '**/*.nupkg'

0 comments on commit 648c48f

Please sign in to comment.