From 65145764133fa9a3a5c252dfd9905684300862bc Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sun, 28 Jun 2020 23:50:50 -0400 Subject: [PATCH] actions: changed working dir --- .github/workflows/dotnet-core.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index f734ea7..129f556 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -10,6 +10,8 @@ jobs: build: runs-on: ubuntu-latest + env: + working-directory: ./src steps: - uses: actions/checkout@v2