Skip to content

Commit 217f05d

Browse files
committed
Add build matrix platform to package download
1 parent 6328146 commit 217f05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
- name: Download Package List
274274
uses: actions/download-artifact@v4
275275
with:
276-
name: nuget-list
276+
name: nuget-list-${{ matrix.platform }}
277277
path: ./
278278

279279
- name: Download built packages for ${{ matrix.platform }}

0 commit comments

Comments
 (0)