The current script uses rebar3 as validator release and copies the files from the _build directory. However, unless this is cleared between runs, it results in an accumulation of version specific files like config files. Switching to the tar as the input to the package should avoid the superfluous files.
The current script uses
rebar3 as validator releaseand copies the files from the _build directory. However, unless this is cleared between runs, it results in an accumulation of version specific files like config files. Switching to the tar as the input to the package should avoid the superfluous files.