Skip to content

Commit f21a940

Browse files
committed
include the git hash
and the build date in the cache file
1 parent 8f56014 commit f21a940

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mirror_data_archive.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
mkdir attack_data
3232
mv datasets/ attack_data/.
3333
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+
3438
# Compress with number of threads equal to number of CPU cores.
3539
# Compression level 10 is a great compromise of speed and file size.
3640
# File size reductions are diminishing returns after this - determined experimentally.

0 commit comments

Comments
 (0)