bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.96k stars 397 forks source link

Umbrella App on Windows Does Not Assemble #606

Closed Lazarus404 closed 5 years ago

Lazarus404 commented 5 years ago

Steps to Reproduce

Created an umbrella app with a Phoenix application. Then release for Prod on Windows.

Description of issue

Distillery compiles the app but stops before the assemble stage. No errors are present. The release simply does not happen. Releasing for Dev DOES work fine.

Lazarus404 commented 5 years ago

Fixed it. It was an Elixir version issue