Skip to content

Commit

Permalink
Update data-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique authored Aug 22, 2022
1 parent 49e7e5d commit 77ed3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Generate chocomufin version
chocomufin -n NFD convert table.csv data/*/*.xml --parser alto
- name: Compress
run: tar -czvf normalized-data.tar.gz data/*/*.mufichecker.xml data/*/*.jpg data/*/*.png data/*/*.jpeg data/*/*.tif
run: tar -czvf normalized-data.tar.gz --ignore-failed-read --ignore-command-error data/*/*.mufichecker.xml data/*/*.jpg data/*/*.png data/*/*.jpeg data/*/*.tif
- uses: AButler/[email protected]
with:
files: 'normalized-data.tar.gz'
Expand Down

0 comments on commit 77ed3ab

Please sign in to comment.