From 5aa7d2f24782d9ec83b77542d1589cbda324bdfa Mon Sep 17 00:00:00 2001 From: Zapic <577358285@qq.com> Date: Tue, 10 Sep 2024 15:23:04 +0800 Subject: [PATCH] fix(ci): spec sln file --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 598484c..9b33b1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,9 +14,9 @@ jobs: with: dotnet-version: 6.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore PowertoysRunTOTP.sln - name: Build - run: dotnet build --no-restore + run: dotnet build --no-restore PowertoysRunTOTP.sln - name: Upload a Build Artifact uses: actions/upload-artifact@v3.2.1-node20 with: