diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 24afb408..9af6efb0 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -18,4 +18,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: NuGet packages - path: artifacts/pack/*.nupkg \ No newline at end of file + path: artifacts/package/release/*.nupkg \ No newline at end of file diff --git a/src/pack/Serde.Pkg.proj b/src/pack/Serde.Pkg.proj index f47eef54..89925c7b 100644 --- a/src/pack/Serde.Pkg.proj +++ b/src/pack/Serde.Pkg.proj @@ -7,7 +7,6 @@ Serde 0.6.0-preview2 true - $(ArtifactsPath)pack BSD-3-Clause https://github.com/agocke/serde-dn https://commentout.com/serde-dn diff --git a/src/pack/Serde.Xml.Pkg.proj b/src/pack/Serde.Xml.Pkg.proj index 37b400db..5d8b02aa 100644 --- a/src/pack/Serde.Xml.Pkg.proj +++ b/src/pack/Serde.Xml.Pkg.proj @@ -7,7 +7,6 @@ Serde.Xml 0.2.0 true - $(ArtifactsPath)pack BSD-3-Clause https://github.com/agocke/serde-dn https://commentout.com/serde-dn