Piotr Czajkowski 5 сар өмнө
parent
commit
d340201ed3

+ 1 - 0
.github/workflows/dotnet.yml

@@ -22,6 +22,7 @@ jobs:
         dotnet-version: 7.0.x
     - name: Restore dependencies
       run: dotnet restore
+      working-directory: ExcelORM
     - name: Build
       run: dotnet build --no-restore
     - name: Test