Skip to content

Commit 018efc3

Browse files
committed
Upload the NuGet package artifact
So that we can get it in subsequent jobs (publish-release and publish-prerelease)
1 parent c3dff2c commit 018efc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- run: dotnet test --no-build --verbosity normal
2929
- run: dotnet pack --no-build --verbosity normal
3030
id: dotnet-pack
31+
- uses: actions/upload-artifact@v2
32+
with:
33+
path: "**/*.nupkg"
3134
publish-release:
3235
runs-on: macos-latest
3336
needs: package

0 commit comments

Comments
 (0)