Skip to content

Commit e2367a3

Browse files
update comment
1 parent f8e1ed7 commit e2367a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ 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 as just changing the wd will break our checkout action
77+
# we use the below as a Symbolic link: just changing the wd will break the checkout action
7878
# as a work around. see: https://github.com/actions/checkout/issues/197
7979
working-directory: 'C:\a'
8080
artifacts:

0 commit comments

Comments
 (0)