Skip to content

Commit

Permalink
fix: workflow incorrect path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 13, 2023
1 parent ba5c092 commit 8cdd88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trendyol-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 8cdd88f

Please sign in to comment.