i hate ci i hate ci
This commit is contained in:
parent
42b4eebca1
commit
cb9eb1f772
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue