From bbf83da903c593fc07aaac0dec7550c3ec8789aa Mon Sep 17 00:00:00 2001 From: Volodymyr Gotra Date: Wed, 15 May 2024 00:14:38 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) 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