diff --git a/.github/workflows/delete_new_script.yaml b/.github/workflows/delete_new_script.yaml index 3b28f3e..2177edc 100644 --- a/.github/workflows/delete_new_script.yaml +++ b/.github/workflows/delete_new_script.yaml @@ -29,7 +29,7 @@ jobs: FILES=( "ct/${TITLE}.sh" "install/${TITLE}-install.sh" - "json/${TITLE}.json" + "frontend/public/json/${TITLE}.json" ) EXISTS=false @@ -58,7 +58,7 @@ jobs: git checkout -b $branch rm -f ct/${TITLE}.sh rm -f install/${TITLE}-install.sh - rm -f json/${TITLE}.json + rm -f frontend/public/json/${TITLE}.json git add . if git diff --staged --quiet; then echo "No files to delete. Exiting..."