Skip to content

Commit

Permalink
Fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Feb 21, 2024
1 parent d11fb4c commit 24947cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-data-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: mkdir dist

- name: Create data archive
run: tar cJv dist/data.tar.xz data/
run: tar cJf dist/data.tar.xz data/

- name: Write timestamp to file
run: date --iso-8601=seconds --utc > dist/timestamp.txt
Expand Down

0 comments on commit 24947cd

Please sign in to comment.