Skip to content

Commit fa458ba

Browse files
committed
Upload NuGt artifact
1 parent f27ae75 commit fa458ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
run: dotnet restore
3939
- name: Pack NuGet package
4040
run: dotnet pack --no-restore -c Release -o ./artifacts
41+
- name: Upload NuGet artifact
42+
uses: actions/upload-artifact@v4
43+
with:
44+
name: Packages
45+
path: ./artifacts/*.nupkg
4146
- name: Publish to NuGet
4247
env:
4348
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)