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