Skip to content

Commit 68210f7

Browse files
update github action
1 parent ea99af6 commit 68210f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codebreaker-lib-postgresql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
[ main ]
99
paths:
10-
- 'src/services/common/Codebreaker.Data.PostgreSQL/**'
10+
- 'src/services/common/Codebreaker.Data.Postgres/**'
1111

1212
# Allow manually trigger
1313
workflow_dispatch:
@@ -19,8 +19,8 @@ jobs:
1919
version-suffix: preview.1.
2020
version-number: ${{ github.run_number }}
2121
version-offset: 5
22-
solutionfile-path: src/Codebreaker.Backend.PostgreSQL.sln
23-
projectfile-path: src/services/common/Codebreaker.Data.PostgreSQL/Codebreaker.Data.PostgreSQL.csproj
22+
solutionfile-path: src/Codebreaker.Backend.Postgres.sln
23+
projectfile-path: src/services/common/Codebreaker.Data.PostgreSQL/Codebreaker.Data.Postgres.csproj
2424
dotnet-version: '9.0.x'
2525
artifact-name: codebreaker-postgres
2626
branch-name: main

0 commit comments

Comments
 (0)