From f3fa8825ae3ab204b037bd139d09edbd80a74529 Mon Sep 17 00:00:00 2001 From: onurkanbakirci Date: Wed, 13 Dec 2023 19:00:06 +0300 Subject: [PATCH] fix: incorrect source edited --- .github/workflows/integration-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-core.yml b/.github/workflows/integration-core.yml index d6466c9..83711e6 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/net8.0/Integration.Core.12.12.23.1.0.0.nupkg + nupkg_path: ./src/Integration.Core/bin/Release/Integration.Core.12.12.23.1.0.0.nupkg nupkg_source: 'github' nupkg_secret: ${{ secrets.GITHUB_TOKEN }}