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
|
git clone "https://$USERNAME:$API_TOKEN@github.com/$GH_REPO" upload
|
||||||
cd upload
|
cd upload
|
||||||
rm -rf * .*
|
shopt -s dotglob
|
||||||
|
rm -rf *
|
||||||
cp -r ../dist/* .
|
cp -r ../dist/* .
|
||||||
|
|
||||||
git add -A
|
git add -A
|
||||||
|
Loading…
Reference in New Issue
Block a user