We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2d2c8 commit 321751dCopy full SHA for 321751d
.github/workflows/build.yml
@@ -79,6 +79,13 @@ jobs:
79
filter: tree:0
80
submodules: recursive
81
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
+
89
- name: Fetch Reference Assemblies
90
uses: actions/download-artifact@v4
91
with:
0 commit comments