Skip to content

Commit

Permalink
πŸ’š Fix after upgrade to upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Jan 2, 2025
1 parent ca6a194 commit 3763df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
id: upload-backup
uses: actions/upload-artifact@v4
with:
name: backup-tarball
name: backup-tarball-${{ matrix.dataset}}
path: ${{ env.BUILD_ARTIFACT_PATH }}/${{ matrix.dataset }}.tar.gz
# Fails the workflow if no files are found; defaults to 'warn'
if-no-files-found: error
Expand Down

0 comments on commit 3763df2

Please sign in to comment.