diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 966eaed..f5e2eec 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
- name: Upload COS
uses: zkqiang/tencent-cos-action@master
with:
- args: delete -r -f / && upload -r ./build/ /
+ args: delete -r -f / && upload -r ./dist/ /
secret_id: ${{ secrets.SECRET_ID }}
secret_key: ${{ secrets.SECRET_KEY }}
bucket: ${{ secrets.BUCKET }}
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a0dee2b..b934937 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -13,6 +13,7 @@
+
@@ -77,7 +78,7 @@
1588240852207
-
+
1588308749650
@@ -121,7 +122,14 @@
1588311848289
-
+
+ 1588312730542
+
+
+
+ 1588312730542
+
+
@@ -148,10 +156,10 @@
-
+
-
+
diff --git a/package.json b/package.json
index b216190..b3a8c2a 100644
--- a/package.json
+++ b/package.json
@@ -32,5 +32,5 @@
"last 1 safari version"
]
},
- "homepage": "https://ciaochaos.github.io/qrbtf"
+ "homepage": "./"
}