actions: changed working dir
This commit is contained in:
parent
696ccf646c
commit
6514576413
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dotnet-core.yml
vendored
2
.github/workflows/dotnet-core.yml
vendored
|
@ -10,6 +10,8 @@ jobs:
|
|||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
working-directory: ./src
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Reference in a new issue