From e04e5fbbf97ad74999351bd9772c05546e55fc18 Mon Sep 17 00:00:00 2001
From: ciaochaos <1272777550@qq.com>
Date: Fri, 1 May 2020 14:12:18 +0800
Subject: [PATCH] 0.1.0.1
---
.github/workflows/nodejs.yml | 2 +-
.idea/workspace.xml | 16 ++++++++++++----
package.json | 2 +-
3 files changed, 14 insertions(+), 6 deletions(-)
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": "./"
}