From ac664f16ce525d7e79f6b131bfd055336b256b76 Mon Sep 17 00:00:00 2001 From: max Date: Sat, 2 Aug 2025 16:03:31 +0200 Subject: [PATCH] [CHANGE] Corrected project to pack --- .gitea/workflows/BuildLibrary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/BuildLibrary.yml b/.gitea/workflows/BuildLibrary.yml index c520264..4e482d7 100644 --- a/.gitea/workflows/BuildLibrary.yml +++ b/.gitea/workflows/BuildLibrary.yml @@ -27,9 +27,9 @@ jobs: run: dotnet build --configuration Release - name: Pack - run: dotnet pack MyLibrary.csproj --configuration Release -o ./artifacts + run: dotnet pack DotBased.csproj --configuration Release -o ./artifacts - - name: Publish to Gitea NuGet + - name: Publish library to Gitea NuGet run: | dotnet nuget add source \ --username $GITEA_USER \