Skip to content

Commit 4a60301

Browse files
committed
change nightly builds to debug
1 parent da84592 commit 4a60301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: nuget restore OpenHardwareMonitor.sln
2626

2727
- name: Build
28-
run: msbuild OpenHardwareMonitor.sln -p:Configuration=Release -m
28+
run: msbuild OpenHardwareMonitor.sln -p:Configuration=Debug -m
2929

3030
- name: Publish build
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)