From c09201a358ce06b9c2f40aed6f6b4d2eb4ac260a Mon Sep 17 00:00:00 2001 From: dhuangnm Date: Mon, 17 Jun 2024 15:44:10 -0400 Subject: [PATCH] minor fix --- .github/workflows/build-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 755e8565..a75d6492 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -44,7 +44,7 @@ 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 @@ -52,7 +52,7 @@ jobs: uses: actions/upload-artifact@v4 if: success() || failure() with: - name: "tar-compressed-tensors" + name: "tar-sparsezoo" path: ${{ steps.build.outputs.tarname }} retention-days: 7