diff --git a/.github/workflows/publish-template.yml b/.github/workflows/publish-template.yml index 81e815c..8a4a7bf 100644 --- a/.github/workflows/publish-template.yml +++ b/.github/workflows/publish-template.yml @@ -21,7 +21,7 @@ jobs: dotnet build -c Release --no-restore dotnet test -c Release --no-build - name: Create the package - run: dotnet pack Sample/Sample.WeatherForecast/templatepack.csproj -c Release --output nupkgs + run: dotnet pack sample/Sample.WeatherForecast/templatepack.csproj -c Release --output nupkgs - name: Publish the package to NuGet.org env: NUGET_KEY: ${{secrets.NUGET_API_KEY}} diff --git a/sample/Sample.WeatherForecast/templatepack.csproj b/sample/Sample.WeatherForecast/templatepack.csproj index b97aaf3..df2ad29 100644 --- a/sample/Sample.WeatherForecast/templatepack.csproj +++ b/sample/Sample.WeatherForecast/templatepack.csproj @@ -2,7 +2,7 @@ Template 4.0.1 - Ardalis.ApiEndpoints + Ardalis.ApiEndpoints.Templates Ardalis.ApiEndpoint Steve Smith @ardalis, Ali zaferany A project template for creating an ASP.NET Core application with an example ApiEndpoints for a RESTful HTTP service.