diff options
Diffstat (limited to 'kokoro/gcp_ubuntu/release-nightly.cfg')
-rw-r--r-- | kokoro/gcp_ubuntu/release-nightly.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kokoro/gcp_ubuntu/release-nightly.cfg b/kokoro/gcp_ubuntu/release-nightly.cfg index 27ceb4d8c..09939197d 100644 --- a/kokoro/gcp_ubuntu/release-nightly.cfg +++ b/kokoro/gcp_ubuntu/release-nightly.cfg @@ -2,8 +2,9 @@ build_file: "repo/kokoro/gcp_ubuntu/run_build.sh" action { - # Upload only the runsc binary. + # Upload only the runsc binary. It may be in multiple paths, so we must use + # the wildcard. define_artifacts { - regex: "runsc" + regex: "**/runsc" } } |