From df189a80622ceef3571d539843b1c09107c8e143 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 10 Aug 2022 04:39:14 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 19fa30474..b074c265f 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -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: