Skip to content

Commit 2bc9778

Browse files
author
Matevz Morato
committed
Fix release workflow
1 parent ec1edda commit 2bc9778

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,15 @@ jobs:
264264
- name: Download Win64 artifacts
265265
uses: actions/download-artifact@v4
266266
with:
267-
name: 'windows-prebuilt-win64'
267+
pattern: windows-prebuilt-win64*
268+
merge-multiple: true
268269
path: depthai-core-${{ steps.tag.outputs.version }}-win64
269270

270271
- name: Download Win32 artifacts
271272
uses: actions/download-artifact@v4
272273
with:
273-
name: 'windows-prebuilt-win32-no-opencv'
274+
pattern: windows-prebuilt-win32-no-opencv*
275+
merge-multiple: true
274276
path: depthai-core-${{ steps.tag.outputs.version }}-win32-no-opencv
275277

276278
- name: Create release assets

0 commit comments

Comments
 (0)