austinsalonen

Results 2 comments of austinsalonen

https://github.com/bitwalker/distillery/issues/744#issuecomment-1279436355

``` --- a/lib/distillery/releases/assembler.ex +++ b/lib/distillery/releases/assembler.ex @@ -860,7 +860,7 @@ defmodule Distillery.Releases.Assembler do # no work around for this old_cwd = File.cwd!() File.cd!(output_dir) - :ok = :release_handler.create_RELEASES('./', 'releases', '#{relfile}', []) +...