From be69bad0bbcbd4f67f17e9bfe10db833245712e0 Mon Sep 17 00:00:00 2001
From: felinae98 <731499577@qq.com>
Date: Mon, 6 Dec 2021 16:41:17 +0800
Subject: [PATCH] update ci

---
 .circleci/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8deb4b2..74cc984 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -116,7 +116,7 @@ jobs:
     steps:
       - checkout
       - attach_workspace:
-          at: .src/plugins/nonebot_bison/admin_page/dist/
+          at: .
       - run: poetry build
       - store_artifacts:
           path: "dist"
@@ -130,7 +130,7 @@ jobs:
     steps:
       - checkout
       - attach_workspace:
-          at: ./dist
+          at: .
       - run:
           command: poetry publish -u $PYPI_USERNAME -p $PYPI_PASSWORD
           name: Publish to Pypi
@@ -140,7 +140,7 @@ jobs:
       - image: circleci/golang:1.17
     steps:
       - attach_workspace:
-          at: ./dist
+          at: .
       - run:
           name: Publish to Github Release
           command: |