diff --git a/script/ci/restore-timestamps b/script/ci/restore-timestamps index 84f9619a..a1938c0a 100755 --- a/script/ci/restore-timestamps +++ b/script/ci/restore-timestamps @@ -32,6 +32,8 @@ defmodule TimestampRestorer do end defp write_timestamp_database(database) do + File.mkdir_p!(Path.dirname(@db_path)) + database |> Enum.map(fn {key, value} -> "#{key}:#{value}" end) |> Enum.join("\n")