diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index b096c53..82a3ca4 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -28,7 +28,7 @@ jobs: run: dotnet test --no-build --configuration Release --verbosity normal - name: Pack - run: dotnet pack --no-build --configuration Release InterfaceGenerator/InterfaceGenerator.csproj --output . + run: dotnet pack --no-build --configuration Release Speckle.InterfaceGenerator/Speckle.InterfaceGenerator.csproj --output . - name: Push to nuget.org run: dotnet nuget push *.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.NUGET_KEY}} --skip-duplicate \ No newline at end of file diff --git a/Speckle.InterfaceGenerator/Speckle.InterfaceGenerator.csproj b/Speckle.InterfaceGenerator/Speckle.InterfaceGenerator.csproj index 374f0f9..8d02ea3 100644 --- a/Speckle.InterfaceGenerator/Speckle.InterfaceGenerator.csproj +++ b/Speckle.InterfaceGenerator/Speckle.InterfaceGenerator.csproj @@ -10,7 +10,7 @@ false true Speckle.InterfaceGenerator - true + true