We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1edda commit 2bc9778Copy full SHA for 2bc9778
.github/workflows/main.workflow.yml
@@ -264,13 +264,15 @@ jobs:
264
- name: Download Win64 artifacts
265
uses: actions/download-artifact@v4
266
with:
267
- name: 'windows-prebuilt-win64'
+ pattern: windows-prebuilt-win64*
268
+ merge-multiple: true
269
path: depthai-core-${{ steps.tag.outputs.version }}-win64
270
271
- name: Download Win32 artifacts
272
273
- name: 'windows-prebuilt-win32-no-opencv'
274
+ pattern: windows-prebuilt-win32-no-opencv*
275
276
path: depthai-core-${{ steps.tag.outputs.version }}-win32-no-opencv
277
278
- name: Create release assets
0 commit comments