Skip to content

Commit 6bedc98

Browse files
committed
Correcting output dir
Not sure what working-directory is even doing at this point.
1 parent bc5a0ee commit 6bedc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
env:
1717
DOTNET_VERSION: '4.7.2' # The .NET SDK version to use
1818
SLN_FILE: WinNUT_V2.sln
19-
DEBUG_OUTPUT: WinNUT-Client/bin/Debug
19+
DEBUG_OUTPUT: WinNUT_V2/WinNUT-Client/bin/Debug
2020

2121
jobs:
2222
build:

0 commit comments

Comments
 (0)