diff --git a/.github/workflows/CIBuild.yml b/.github/workflows/CIBuild.yml
index 7ff8c4c..38d8245 100644
--- a/.github/workflows/CIBuild.yml
+++ b/.github/workflows/CIBuild.yml
@@ -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
diff --git a/src/NmeaParser/NmeaParser.csproj b/src/NmeaParser/NmeaParser.csproj
index 19a6c64..34d1c0f 100644
--- a/src/NmeaParser/NmeaParser.csproj
+++ b/src/NmeaParser/NmeaParser.csproj
@@ -19,7 +19,7 @@
en-US
Copyright © Morten Nielsen 2015-2020
$(MSBuildThisFileDirectory)..\..\artifacts\NmeaParser\$(Configuration)
- $(OutDir)
+ ..\..\artifacts\NuGet\$(Configuration)\
New refined and easier to use v2 API
true
true