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 f21a940 commit 0591992Copy full SHA for 0591992
.github/workflows/mirror_data_archive.yml
@@ -33,7 +33,7 @@ jobs:
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
+ date -u > attack_data/cache_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.
0 commit comments