pub fn publish(
path: &Path,
expect_rev: &str,
remote: &str,
) -> Result<(String, usize)>Expand description
Validate, import, and publish an artifact. expect_rev comes from the
controlling workflow, never from the measurement job or its artifact.