Skip to content

Commit 9d31383

Browse files
committed
sort out download paths
1 parent 44ff6b6 commit 9d31383

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)