Skip to content

Commit 8154a68

Browse files
fix build path
1 parent a2f66ec commit 8154a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dotnet-version: "8.0.x"
1717

1818
- name: Restore dependencies
19-
run: dotnet restore ./src/DataStax.AstraDB.DataAPI/
19+
run: dotnet restore ./src/DataStax.AstraDB.DataApi/
2020

2121
- name: Build
22-
run: dotnet build ./src/DataStax.AstraDB.DataAPI/ --configuration Release --no-restore
22+
run: dotnet build ./src/DataStax.AstraDB.DataApi/ --configuration Release --no-restore

0 commit comments

Comments
 (0)