Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid appending to existing build-results file
When configuration-cache is enabled, the invocationId may not be unique, which can result in mulitple builds writing to the same file. Rather than failing the post-action, we simply ignore any subsequent build results with the same ID. Fixes #441
- Loading branch information