Change nuget output path (#70)

* Upload artifacts
This commit is contained in:
Morten Nielsen 2020-01-28 21:10:21 -08:00 committed by GitHub
parent 517c7fe5ca
commit fda5be690d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -32,3 +32,9 @@ jobs:
- name: Tests
run: |
dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/netcoreapp3.1/NmeaParser.Tests.Net.dll -v normal
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: NuGet Packages
path: artifacts/NuGet/Release