Closed aaronvg closed 1 year ago
Unfortunately this fails on monorepos since one can't set the working directory of actions.
Appreciate the tutorial you wrote!
https://github.com/houseabsolute/actions-rust-cross/pull/7
I just released v0.0.9 which implements this. I called the parameter working-directory since that's what GH Actions calls it for its own commands. Thanks!
working-directory
Unfortunately this fails on monorepos since one can't set the working directory of actions.
Appreciate the tutorial you wrote!