Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Mar 21, 2024
1 parent cd56bf3 commit 0c25bf6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/addon-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ jobs:
mkdir deploy
cd deploy
git init
git branch -M main
git remote add origin https://ceceppa:${{ secrets.TOKEN }}@github.com/ceceppa/anima-godot-4.git
git config user.name "GitHub Actions Bot"
git config user.email "<senesealessandro@gmail.com>"
git clone https://ceceppa:${{ secrets.TOKEN }}@github.com/ceceppa/anima-godot-4.git
git pull origin main
rm -rf *
Expand Down

0 comments on commit 0c25bf6

Please sign in to comment.