Skip to content

Mix release tar path incorrect #9949

@nasdf

Description

@nasdf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions