Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error copying artifacts. (#9689)
This fixes errors like: ``` FileNotFoundError: [Errno 2] No such file or directory: '/workspaces/connectedhomeip/out/tizen-arm-light/chip-tizen-lighting-example.out' ``` When trying to copy artifacts. Tested running: ``` ./scripts/build/build_examples.py --platform tizen build --copy-artifacts-to /tmp ```
- Loading branch information