diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 00ade19..02150e2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,6 +17,8 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x + - name: CD to src folder + run: cd ./src - name: Restore dependencies run: dotnet restore - name: Build