upd workflow

This commit is contained in:
snus xD
2025-08-17 15:01:58 +03:00
committed by GitHub
parent 5831bcb4a6
commit c6f78fe310

View File

@@ -31,7 +31,7 @@ jobs:
rm -rf ../_sprites/unready
npx tsx write.ts
npx tsx sort.ts
npx tsx unready.ts
npx tsx unready_delete.ts
- name: commit changes (exclude sorted)
run: |
@@ -39,7 +39,7 @@ jobs:
git config --local user.name "GitHub Action"
git add -A .
git reset _sprites/sorted
git commit -m "auto: update sprites and data" || exit 0
git commit -m "actions update" || exit 0
git push
- name: upload