Skip to content

Commit

Permalink
fix: Happy upload-artifact blob name (#7416)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster authored Jan 28, 2025
1 parent 959315c commit 71dc1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-happy-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: all-blob-reports
name: all-blob-reports-${{ matrix.project }}-${{ matrix.shardCurrent }}
path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/blob-report
retention-days: 1
if-no-files-found: error
Expand Down

0 comments on commit 71dc1d7

Please sign in to comment.