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

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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)