aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ecea61b..70f50a9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -70,7 +70,8 @@ jobs:
git clone "https://$USERNAME:$API_TOKEN@github.com/$GH_REPO" upload
cd upload
- rm -rf * .*
+ shopt -s dotglob
+ rm -rf *
cp -r ../dist/* .
git add -A