i hate ci i hate ci

This commit is contained in:
Ven 2022-12-21 21:12:28 +01:00 committed by GitHub
parent 42b4eebca1
commit cb9eb1f772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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