Skip to content

Commit

Permalink
fix: integration core lib renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 21, 2023
1 parent a431256 commit bf1e7f3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration.Core
name: Integration.Hub

on:
workflow_dispatch:
Expand All @@ -8,17 +8,17 @@ on:
- main

paths:
- src/Integration.Core/**
- .github/workflows/integration-core.yml
- src/Integration.Hub/**
- .github/workflows/integration-hub.yml
- .github/workflows/composite/**

env:
#For build process
owner: onurkanbakirci
repo: Integration

project_path: ./src/Integration.Core/
nupkg_path: ./src/Integration.Core/bin/Release/Integration.Hub.1.0.0.nupkg
project_path: ./src/Integration.Hub/
nupkg_path: ./src/Integration.Hub/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
Expand Down

0 comments on commit bf1e7f3

Please sign in to comment.