We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf2611 commit cd59482Copy full SHA for cd59482
.github/workflows/mirror_data_archive.yml
@@ -34,9 +34,7 @@ jobs:
34
# Compress with number of threads equal to number of CPU cores.
35
# Compression level 10 is a great compromise of speed and file size.
36
# File size reductions are diminishing returns after this - determined experimentally.
37
- time tar -c attack_data | zstd --compress -T0 -10 -o $ATTACK_DATA_ARCHIVE_FILE
38
- ls -lah attack_data.tar.zstd
39
-
+ tar -c attack_data | zstd --compress -T0 -10 -o $ATTACK_DATA_ARCHIVE_FILE
40
41
# - name: Upload Attack data archive file to S3 Bucket
42
# run: |
0 commit comments