File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 with :
127127 pattern : nv*-patcher-assemblies
128128 merge-multiple : true
129- path : ./NetcodePatcher/bin/Release/netstandard2.1
129+ path : ./NetcodePatcher/bin/Release/netstandard2.1/publish
130130
131131 - uses : actions/setup-dotnet@v4
132132 with :
@@ -160,7 +160,7 @@ jobs:
160160 with :
161161 pattern : nv*-patcher-assemblies
162162 merge-multiple : true
163- path : ./NetcodePatcher/bin/Release/netstandard2.1
163+ path : ./NetcodePatcher/bin/Release/netstandard2.1/publish
164164
165165 - uses : actions/setup-dotnet@v4
166166 with :
@@ -194,7 +194,7 @@ jobs:
194194 with :
195195 pattern : nv*-patcher-assemblies
196196 merge-multiple : true
197- path : ./NetcodePatcher/bin/Release/netstandard2.1
197+ path : ./NetcodePatcher/bin/Release/netstandard2.1/publish
198198
199199 - uses : actions/setup-dotnet@v4
200200 with :
You can’t perform that action at this time.
0 commit comments