diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 944fea2..7d87240 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: uses: NuGet/setup-nuget@v2 - name: Restore NuGet packages - run: nuget restore BK7231Flasher/BK7231Flasher.csproj + run: nuget restore BK7231Flasher/BK7231Flasher.csproj -SolutionDirectory . - name: Build the project run: msbuild BK7231Flasher/BK7231Flasher.csproj /p:Configuration=Release