diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index 4c9e1a4..e525cde 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -6,7 +6,7 @@ IFS=$'\n\t' unix_seconds=$(date +%s) -key_path="keystore/private_ed25519_${unix_seconds}" +key_path="./.private_ed25519_${unix_seconds}" signature_tag="file-integrity" out_dir="./out" inner_dir="$out_dir/contents"