Piotr Czajkowski 5 mesi fa
parent
commit
d340201ed3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/dotnet.yml

+ 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