-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Environment
Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe] [dtrace]
Elixir 1.10.2 (compiled with Erlang/OTP 22)
Current behavior
The tar is put into ../../ relative to the path option.
$ cd /Projects/app
$ mix release --path tmp
...
* building /Projects/app-0.1.0.tar.gz
Expected behavior
The tar should be put into the path option directory.
$ cd /Projects/app
$ mix release --path tmp
...
* building /Projects/app/tmp/app-0.1.0.tar.gz
Metadata
Metadata
Assignees
Labels
No labels