diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 0f1da8f25..5241cdb2b 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -111,7 +111,7 @@ pipeline { dir("${BASE_DIR}"){ withGoEnv(){ sh(label: 'Create release artifacts', script: 'make docker-release') - uploadPackagesToGoogleBucket(pattern: 'build/binaries/') + uploadPackagesToGoogleBucket(pattern: 'build/distributions/') } } }