Skip to content

Commit 1d857e5

Browse files
comment2
1 parent e2367a3 commit 1d857e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ env:
7474
mergeable-channel-file: 'false'
7575
# 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 link: just changing the wd will break the checkout action
78-
# as a work around. see: https://github.com/actions/checkout/issues/197
77+
# we use the below as a Symbolic link (just changing the wd will break the checkout action)
78+
# this is a work around (see: https://github.com/actions/checkout/issues/197).
7979
working-directory: 'C:\a'
8080
artifacts:
8181
- path: '*Windows_64bit.exe'

0 commit comments

Comments
 (0)