File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 72
72
# and the companion needs.select-targets.outputs.merge-channel-files property (output values always have string
73
73
# type).
74
74
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 ,
76
76
# 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
77
79
working-directory: 'C:\a'
78
- relative-working-directory: '../../../../a'
79
80
artifacts:
80
81
- path: '*Windows_64bit.exe'
81
82
name: Windows_X86-64_interactive_installer
You can’t perform that action at this time.
0 commit comments