diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b74ea40f3..ef0060200c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -296,6 +296,7 @@ jobs: steps: - attach_workspace: at: ~/workspace + - designate_upload_channel - run: name: install binaries command: | @@ -315,6 +316,7 @@ jobs: steps: - attach_workspace: at: ~/workspace + - designate_upload_channel - run: name: install binaries command: | @@ -339,6 +341,7 @@ jobs: steps: - attach_workspace: at: ~/workspace + - designate_upload_channel - run: name: install binaries command: | diff --git a/.circleci/config.yml.in b/.circleci/config.yml.in index 2b09a6c426..bb073c6625 100644 --- a/.circleci/config.yml.in +++ b/.circleci/config.yml.in @@ -296,6 +296,7 @@ jobs: steps: - attach_workspace: at: ~/workspace + - designate_upload_channel - run: name: install binaries command: | @@ -315,6 +316,7 @@ jobs: steps: - attach_workspace: at: ~/workspace + - designate_upload_channel - run: name: install binaries command: | @@ -339,6 +341,7 @@ jobs: steps: - attach_workspace: at: ~/workspace + - designate_upload_channel - run: name: install binaries command: |