Skip to content

Commit 4ff9f93

Browse files
committed
* Nightly workflow fixes
* Fix wrong solution file
1 parent 341a2de commit 4ff9f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
203203
- name: Restore
204204
if: steps.nightly_release_kill_switch.outputs.enabled == 'true' && steps.check_changes.outputs.has_changes == 'true'
205-
run: dotnet restore "Source/Krypton Components/Krypton Toolkit Suite 2022 - VS2022.slnxx"
205+
run: dotnet restore "Source/Krypton Components/Krypton Toolkit Suite 2022 - VS2022.slnx"
206206

207207
- name: Build Nightly
208208
if: steps.nightly_release_kill_switch.outputs.enabled == 'true' && steps.check_changes.outputs.has_changes == 'true'

0 commit comments

Comments
 (0)