Skip to content

Commit 50fdec1

Browse files
committed
Update ci.yml
1 parent 8025a45 commit 50fdec1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,12 @@ jobs:
6868
echo "✅ Package created successfully (NU5017 is a known false positive with centralized package management)"
6969
ls -lh ../NuGetPackages/*.nupkg
7070
71+
- name: Copy NuGet packages
72+
run: |
73+
mkdir -p ~/drop/dotnet/NuGetPackages && cp -v ../NuGetPackages/*.nupkg $_
74+
75+
- name: Upload NuGet packages as artifact
76+
uses: actions/upload-artifact@v4
77+
with:
78+
name: dotnet-packages-${{ github.run_number }}
79+
path: ~/drop/dotnet/NuGetPackages/*

0 commit comments

Comments
 (0)