diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 759e2f3..6a3154b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -27,7 +27,7 @@ jobs: #Restore NuGet packages - name: Restore NuGet packages - run: nuget restore SoraV2BatteryHelper.sln + run: nuget restore SoraV2Utils.sln #Build the project - name: Build the solution