diff --git a/lib/runner/strategy/poseidon.rb b/lib/runner/strategy/poseidon.rb index 562a4d5e..c5e7c149 100644 --- a/lib/runner/strategy/poseidon.rb +++ b/lib/runner/strategy/poseidon.rb @@ -114,7 +114,7 @@ class Runner::Strategy::Poseidon < Runner::Strategy copy = files.map do |file| { path: file.filepath, - content: Base64.strict_encode64(file.content), + content: Base64.strict_encode64(file.content.presence || file.native_file.read), } end