Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Jun 17, 2024
1 parent 3f9387a commit c09201a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: "wheel-compressed-tensors"
name: "wheel-sparsezoo"
path: ${{ steps.build.outputs.whlname }}
retention-days: 7

- name: upload tar.gz
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: "tar-compressed-tensors"
name: "tar-sparsezoo"
path: ${{ steps.build.outputs.tarname }}
retention-days: 7

Expand Down

0 comments on commit c09201a

Please sign in to comment.