Fix build-release action

This commit is contained in:
krjan02 2025-01-13 16:29:30 +01:00
parent 26cde137c9
commit 603d9dcab6

View File

@ -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