diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index f1ebab9..bf86f39 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -53,6 +53,7 @@ jobs: - name: Dotnet - Restore run: dotnet restore + working-directory: src - name: Dotnet - Build run: dotnet build -c Release --no-restore