Remove unsupported artifact upload
CI / Build and Test (push) Successful in 16s Details

This commit is contained in:
Admin 2025-12-27 13:05:55 -05:00
parent a450daa86f
commit 7e58513ab3
1 changed files with 2 additions and 5 deletions

View File

@ -33,8 +33,5 @@ jobs:
- name: Pack NuGet (preview) - name: Pack NuGet (preview)
run: C:\dotnet\dotnet.exe pack --configuration Release --no-build -o ./nupkg run: C:\dotnet\dotnet.exe pack --configuration Release --no-build -o ./nupkg
- name: Upload NuGet artifact - name: List NuGet packages
uses: actions/upload-artifact@v4 run: dir .\nupkg\
with:
name: nuget-package
path: ./nupkg/*.nupkg