From 8cdd88f05c9bec579a010382084e010111c6834c Mon Sep 17 00:00:00 2001 From: onurkanbakirci Date: Wed, 13 Dec 2023 18:41:05 +0300 Subject: [PATCH] fix: workflow incorrect path bug --- .github/workflows/trendyol-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trendyol-integration.yml b/.github/workflows/trendyol-integration.yml index 98cba2f..ea5cadb 100644 --- a/.github/workflows/trendyol-integration.yml +++ b/.github/workflows/trendyol-integration.yml @@ -18,8 +18,8 @@ env: owner: onurkanbakirci repo: Integration - project_path: ./src/Integration.Marketplaces.Trendyol/ - nupkg_path: ./src/Integration.Marketplaces.Trendyol/bin/Release/net8.0/Integration.Marketplaces.Trendyol.12.12.23.1.0.0.nupkg + project_path: ./src/Marketplaces/Integration.Marketplaces.Trendyol/ + nupkg_path: ./src/Marketplaces/Integration.Marketplaces.Trendyol/bin/Release/net8.0/Integration.Marketplaces.Trendyol.12.12.23.1.0.0.nupkg nupkg_source: 'github' nupkg_secret: ${{ secrets.GITHUB_TOKEN }}