Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2022-08-10 04:39:14 +03:00
parent c26ea4bd1c
commit df189a8062
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@ jobs:
- run: npm run playlist:update
- run: npm run playlist:generate
- run: npm run db:export
- uses: actions/upload-artifact@v2
with:
name: api
path: .api
- run: npm run readme:update
- uses: actions/upload-artifact@v2
with: