File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 with :
130130 pattern : nv*-patcher-assemblies
131131 merge-multiple : true
132- path : ./NetcodePatcher/bin/Release/netstandard2.1
132+ path : ./NetcodePatcher/bin/Release/netstandard2.1/publish
133133
134134 - uses : actions/setup-dotnet@v4
135135 with :
@@ -163,7 +163,7 @@ jobs:
163163 with :
164164 pattern : nv*-patcher-assemblies
165165 merge-multiple : true
166- path : ./NetcodePatcher/bin/Release/netstandard2.1
166+ path : ./NetcodePatcher/bin/Release/netstandard2.1/publish
167167
168168 - uses : actions/setup-dotnet@v4
169169 with :
@@ -197,7 +197,7 @@ jobs:
197197 with :
198198 pattern : nv*-patcher-assemblies
199199 merge-multiple : true
200- path : ./NetcodePatcher/bin/Release/netstandard2.1
200+ path : ./NetcodePatcher/bin/Release/netstandard2.1/publish
201201
202202 - uses : actions/setup-dotnet@v4
203203 with :
You can’t perform that action at this time.
0 commit comments