Skip to content

Commit 0591992

Browse files
committed
fix cache build date
filename
1 parent f21a940 commit 0591992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror_data_archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
#Build some metadata about the archive for documentation purposes
3535
git rev-parse HEAD > attack_data/git_hash.txt
36-
date -u > attack_data/build_date.txt
36+
date -u > attack_data/cache_build_date.txt
3737
3838
# Compress with number of threads equal to number of CPU cores.
3939
# Compression level 10 is a great compromise of speed and file size.

0 commit comments

Comments
 (0)