[CHANGE] Corrected project to pack
Some checks failed
Build C# Library / build (push) Failing after 57s

This commit is contained in:
max
2025-08-02 16:03:31 +02:00
parent c3f58eb172
commit ac664f16ce

View File

@@ -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 \