I'm using versioned files to keep several alr release together. It works fine for build
, but publish
fails:
Publishing assistant: step 4 of 6: Build release
error: Could not complete the publishing assistant:
error: Command ["alr", "--non-interactive", "build"] exited with code 1
As discussed on matrix, I'm opening this issue :)
Thanks, Marc.
We can use the portable executable location detection in the resources
crate for this I guess as an interim measure, or refactor the affected spawns into internal calls if feasible.