Skip to content

Commit

Permalink
Fixix for Erlang-OTP-25
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbicalho committed Oct 17, 2022
1 parent 6700edb commit ef57a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/distillery/releases/assembler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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}', [])
:ok = :release_handler.create_RELEASES(File.cwd!(), Path.join([File.cwd!(), 'releases']), '#{relfile}', [])
File.cd!(old_cwd)
:ok
end
Expand Down

0 comments on commit ef57a06

Please sign in to comment.