Skip to content

Commit

Permalink
fix: upload artifact matrix conflict (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez authored Oct 10, 2024
1 parent f34fa63 commit aa7f5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/direct_download_urls_test_for_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
download-datasets:
name: Validate and download - ${{ fromJson(matrix.data).base }}
needs: [ get-urls ]
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -207,5 +208,5 @@ jobs:
- name: Persist datasets artifact
uses: actions/upload-artifact@v4
with:
name: datasets
name: datasets-${{ fromJson(matrix.data).base }}
path: datasets

0 comments on commit aa7f5eb

Please sign in to comment.