We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f66ec commit 8154a68Copy full SHA for 8154a68
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
dotnet-version: "8.0.x"
17
18
- name: Restore dependencies
19
- run: dotnet restore ./src/DataStax.AstraDB.DataAPI/
+ run: dotnet restore ./src/DataStax.AstraDB.DataApi/
20
21
- name: Build
22
- run: dotnet build ./src/DataStax.AstraDB.DataAPI/ --configuration Release --no-restore
+ run: dotnet build ./src/DataStax.AstraDB.DataApi/ --configuration Release --no-restore
0 commit comments