Skip to content

Commit

Permalink
Upload build artifact to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed Jun 28, 2020
1 parent 3bc83a8 commit 8989956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
run: dotnet pack -c Release --no-build --include-source -o ./tmp
- name: Publish
run: dotnet nuget push ./temp/Inflatable.Lastfm*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicates
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
path: ./temp/*nupkg

0 comments on commit 8989956

Please sign in to comment.