Skip to content

Commit edc8ce6

Browse files
committed
github is picky about quoting
1 parent 321751d commit edc8ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
submodules: recursive
8181

8282
- name: Fix symbolic link
83-
if: ${{ matrix.kind == "windows" }}
83+
if: ${{ matrix.kind == 'windows' }}
8484
shell: cmd
8585
run: |
8686
del ./NetcodePatcher/Unity/Netcode/Editor/CodeGen

0 commit comments

Comments
 (0)