From 2c1ad983626f0183226245c2061014bee09cbf3f Mon Sep 17 00:00:00 2001 From: Jun Feng Date: Thu, 28 Mar 2024 16:35:26 +0800 Subject: [PATCH] fix --- .circleci/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/release.yml b/.circleci/release.yml index 4fdfe09..8fb621b 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -65,7 +65,7 @@ jobs: - persist_to_workspace: root: "/tmp/binary" paths: - - "main" + - "x86/main" build_binary_arm: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor @@ -99,7 +99,7 @@ jobs: - persist_to_workspace: root: "/tmp/binary" paths: - - "main" + - "arm/main" docker_image_publish: docker: - image: cimg/deploy:2023.06.1