fix directory processing

This commit is contained in:
SX-9 2025-02-12 10:51:36 +07:00
commit 168c54940c

View file

@ -48,11 +48,12 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: database name: database
path: ./database.json path: ./db/database.json
- name: Commit and push database.json to database repository - name: Commit and push database.json to database repository
run: | run: |
ls -al ls -al db
cd db
git add database.json git add database.json
git commit -m 'Update database.json' git commit -m 'Update database.json'
git push git push