Skip to content

Commit

Permalink
add download params
Browse files Browse the repository at this point in the history
  • Loading branch information
seemenkina committed Nov 6, 2024
1 parent acaa602 commit aff2f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: *-archive
name: |
*-archive
path: ./sdk
merge-multiple: true

Expand Down

0 comments on commit aff2f40

Please sign in to comment.