Skip to content

Commit

Permalink
Jashton/archive nuget packages (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffAshton authored Feb 5, 2021
1 parent 85a9d1e commit 0fd2589
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,16 @@ jobs:

- name: dotnet pack
run: dotnet pack --configuration Release --no-build

- run: mkdir dist/
- run: cp src/SimpleLogInterface/bin/Release/*.nupkg dist/
- run: cp src/SimpleLogInterface.Log4Net/bin/Release/*.nupkg dist/
- run: cp src/SimpleLogInterface.NUnit/bin/Release/*.nupkg dist/

# this is a public project
- name: Archive dist/
uses: actions/upload-artifact@v1
with:
name: dist
path: dist/

0 comments on commit 0fd2589

Please sign in to comment.