We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e1ed7 commit e2367a3Copy full SHA for e2367a3
.github/workflows/build.yml
@@ -74,7 +74,7 @@ env:
74
mergeable-channel-file: 'false'
75
# as this runs on a self hosted runner, we need to avoid building with the default working directory path,
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
+ # we use the below as a Symbolic link: just changing the wd will break the checkout action
78
# as a work around. see: https://github.com/actions/checkout/issues/197
79
working-directory: 'C:\a'
80
artifacts:
0 commit comments