Remove unsupported artifact upload

This commit is contained in:
Admin
2025-12-27 13:05:55 -05:00
parent a450daa86f
commit 7e58513ab3

View File

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