From 603d9dcab67e0c5b39d23b7d9081a53b9592b135 Mon Sep 17 00:00:00 2001
From: krjan02 <me@jan.sx>
Date: Mon, 13 Jan 2025 16:29:30 +0100
Subject: [PATCH] Fix build-release action

---
 .github/workflows/build-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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