diff --git a/.gitea/workflows/BuildLibrary.yml b/.gitea/workflows/BuildLibrary.yml index 4e482d7..9b0353f 100644 --- a/.gitea/workflows/BuildLibrary.yml +++ b/.gitea/workflows/BuildLibrary.yml @@ -27,7 +27,7 @@ jobs: run: dotnet build --configuration Release - name: Pack - run: dotnet pack DotBased.csproj --configuration Release -o ./artifacts + run: dotnet pack ./DotBased/DotBased.csproj --configuration Release -o ./artifacts - name: Publish library to Gitea NuGet run: |