Hey!
Quick question: I have a number of build steps that each run `SAVE ARTIFACT build/* AS LOCAL build/`
Then a `build-all:` step similar to the following:
```build-all:
BUILD +build-foo
BUILD +build-bar
BUILD +build-baz```
Summary
Hey!
Quick question: I have a number of build steps that each run SAVE ARTIFACT build/* AS LOCAL build/