Fix build-release action
All checks were successful
Build and Relase / build-release (push) Successful in 1m37s
Build and Relase / create-release (push) Successful in 29s

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