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 \