Update build.yml
This commit is contained in:
parent
a9ee0c7e50
commit
42b4eebca1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
git config --global user.name "$USERNAME"
|
||||
git config --global user.email actions@github.com
|
||||
|
||||
gh repo clone "$GH_REPO" upload
|
||||
git clone "https://$USERNAME:$API_TOKEN@github.com/$GH_REPO" upload
|
||||
cd upload
|
||||
rm -rf * .*
|
||||
cp -r ../dist/* .
|
||||
|
|
Loading…
Reference in a new issue