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 8f56014 commit f21a940Copy full SHA for f21a940
.github/workflows/mirror_data_archive.yml
@@ -31,6 +31,10 @@ jobs:
31
mkdir attack_data
32
mv datasets/ attack_data/.
33
34
+ #Build some metadata about the archive for documentation purposes
35
+ git rev-parse HEAD > attack_data/git_hash.txt
36
+ date -u > attack_data/build_date.txt
37
+
38
# Compress with number of threads equal to number of CPU cores.
39
# Compression level 10 is a great compromise of speed and file size.
40
# File size reductions are diminishing returns after this - determined experimentally.
0 commit comments