Skip to content

Commit f8e1ed7

Browse files
add comment for working-directory var
1 parent ca3c3b3 commit f8e1ed7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ env:
7272
# and the companion needs.select-targets.outputs.merge-channel-files property (output values always have string
7373
# type).
7474
mergeable-channel-file: 'false'
75-
# as this runs on a self hosted runner, we need to override the default working directory,
75+
# as this runs on a self hosted runner, we need to avoid building with the default working directory path,
7676
# otherwise paths in the build job will be too long for `light.exe`
77+
# we use the below as a Symbolic as just changing the wd will break our checkout action
78+
# as a work around. see: https://github.com/actions/checkout/issues/197
7779
working-directory: 'C:\a'
78-
relative-working-directory: '../../../../a'
7980
artifacts:
8081
- path: '*Windows_64bit.exe'
8182
name: Windows_X86-64_interactive_installer

0 commit comments

Comments
 (0)