We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2367a3 commit 1d857e5Copy full SHA for 1d857e5
.github/workflows/build.yml
@@ -74,8 +74,8 @@ 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 link: just changing the wd will break the checkout action
78
- # as a work around. see: https://github.com/actions/checkout/issues/197
+ # we use the below as a Symbolic link (just changing the wd will break the checkout action)
+ # this is a work around (see: https://github.com/actions/checkout/issues/197).
79
working-directory: 'C:\a'
80
artifacts:
81
- path: '*Windows_64bit.exe'
0 commit comments