aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVen <vendicated@riseup.net>2022-12-21 21:12:28 +0100
committerGitHub <noreply@github.com>2022-12-21 21:12:28 +0100
commitcb9eb1f772f478d84194186fea16bc7c8945b15c (patch)
treeab2b0187adcaab279f43a70f395febc65b033e22
parent42b4eebca16c5f22202e05b0876502c91269ff9c (diff)
downloadVencord-cb9eb1f772f478d84194186fea16bc7c8945b15c.tar.gz
Vencord-cb9eb1f772f478d84194186fea16bc7c8945b15c.tar.bz2
Vencord-cb9eb1f772f478d84194186fea16bc7c8945b15c.zip
i hate ci i hate ci
-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