diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b42e198b..442647b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -71,7 +71,7 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - git add *.xml SpoilerSeasonEnabled + git add "*.xml" SpoilerSeasonEnabled git commit -m "Deploy: $GITHUB_SHA" git push deploy_commit=`git rev-parse HEAD`