Skip to content

Commit 321751d

Browse files
committed
create symbolic link on windows
1 parent 6c2d2c8 commit 321751d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ jobs:
7979
filter: tree:0
8080
submodules: recursive
8181

82+
- name: Fix symbolic link
83+
if: ${{ matrix.kind == "windows" }}
84+
shell: cmd
85+
run: |
86+
del ./NetcodePatcher/Unity/Netcode/Editor/CodeGen
87+
mklink /j ./NetcodePatcher/Unity/Netcode/Editor/CodeGen ./submodules/com.unity.netcode.gameobjects/com.unity.netcode.gameobjects/Editor/CodeGen
88+
8289
- name: Fetch Reference Assemblies
8390
uses: actions/download-artifact@v4
8491
with:

0 commit comments

Comments
 (0)