Skip to content

Commit

Permalink
Update release_packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laiwenzh authored Feb 8, 2025
1 parent 3c19950 commit ed296c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ jobs:
- name: Download tgz packages
uses: actions/download-artifact@v4
with:
name: dashinfer-tgz-${{ matrix.arch }}-${{ strategy.job-index }}
name: dashinfer-tgz-${{ matrix.arch }}
path: release/

- name: Download python wheels
uses: actions/download-artifact@v4
with:
name: python-manylinux-wheels-${{ matrix.arch }}-${{ strategy.job-index }}
name: python-manylinux-wheels-${{ matrix.arch }}
path: release/

- name: Release all packages
Expand Down

0 comments on commit ed296c5

Please sign in to comment.