From 7e58513ab3f8964655c898c44676c920592a5a81 Mon Sep 17 00:00:00 2001 From: Admin Date: Sat, 27 Dec 2025 13:05:55 -0500 Subject: [PATCH] Remove unsupported artifact upload --- .gitea/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index efd96d1..b946aed 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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\