Skip to content

Commit d4e6811

Browse files
committed
fix more download paths
1 parent 45a0c3c commit d4e6811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)