From 0c614d03b4429f26e9bc0e5016f6216539594d51 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 23 Dec 2023 22:45:56 +0800 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5be7d42..184c97a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -13,15 +13,16 @@ jobs: build: runs-on: ubuntu-latest - + defaults: + run: + working-directory: src + steps: - uses: actions/checkout@v3 - name: Setup .NET uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x - - name: Prepare environment - run: cd src - name: Restore dependencies run: dotnet restore - name: Build