Skip to content

Commit 9b59d7d

Browse files
committed
Upload NuGet package as a build artifact.
1 parent 18c071c commit 9b59d7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828

2929
- name: Pack
3030
run: dotnet pack --configuration Release --no-build
31+
32+
- name: Upload Package
33+
uses: actions/upload-artifact@v3
34+
with:
35+
name: ${{ github.event.repository.name }}.nupkg
36+
path: 'src/AdoNet.Specification.Tests/**/*.nupkg'

0 commit comments

Comments
 (0)