Skip to content

Commit 0b724a0

Browse files
committed
Update output dir env var
Make relative to working directory
1 parent 402c593 commit 0b724a0

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_V2/WinNUT-Client/bin/Debug
19+
DEBUG_OUTPUT: WinNUT-Client/bin/Debug
2020

2121
jobs:
2222
build:

0 commit comments

Comments
 (0)