Skip to content

Commit

Permalink
Fix package path
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jan 2, 2025
1 parent 9d2e78d commit a7c54d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/split_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
package:
- { name: 'Cqrs' }
- { name: 'Cqrs', path: 'cqrs-pack' }
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -32,4 +32,4 @@ jobs:
git_username: 'loic425'
git_email: '[email protected]'
repository_owner: "monofony"
repository_name: "${{ matrix.package.name }}"
repository_name: "${{ matrix.package.path }}"

0 comments on commit a7c54d8

Please sign in to comment.