From ac6f96580b08c588e4a8a8eaf27fbf9b1be9aff4 Mon Sep 17 00:00:00 2001 From: onurkanbakirci Date: Thu, 21 Dec 2023 12:42:13 +0300 Subject: [PATCH] fix: integration core package renames --- .github/workflows/integration-core.yml | 2 +- src/Integration.Core/Integration.Core.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-core.yml b/.github/workflows/integration-core.yml index 636e846..ff369bc 100644 --- a/.github/workflows/integration-core.yml +++ b/.github/workflows/integration-core.yml @@ -18,7 +18,7 @@ env: repo: Integration project_path: ./src/Integration.Core/ - nupkg_path: ./src/Integration.Core/bin/Release/Integration.Core.1.0.0.nupkg + nupkg_path: ./src/Integration.Core/bin/Release/Integration.Hub.1.0.0.nupkg nupkg_github_secret: ${{ secrets.GITHUB_TOKEN }} nupkg_nuget_secret: ${{ secrets.NUGET_API_KEY }} github_registry_url: https://nuget.pkg.github.com/onurkanbakirci/index.json diff --git a/src/Integration.Core/Integration.Core.csproj b/src/Integration.Core/Integration.Core.csproj index 656f8d3..0c8c002 100644 --- a/src/Integration.Core/Integration.Core.csproj +++ b/src/Integration.Core/Integration.Core.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - Integration.Core + Integration.Hub 1.0.0 onurkanbakirci onurkanbakirci