Upload build artifact to GH

This commit is contained in:
Rikki 2020-06-28 02:51:53 +01:00
parent 3bc83a815e
commit 8989956a3d

View File

@ -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