From 445e90f2a17acad288c23d92cd22694439f152a8 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 23:00:58 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 36fb4fca..cd875e1a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -47,12 +47,12 @@ jobs: - name: Install Dependencies run: npm install - name: Run Grabber - run: node scripts/grab.js --channels=channels/${{ matrix.country }}.xml --output=.gh-pages/guides/${{ matrix.country }}.epg.xml --days=${{ matrix.days }} + run: node scripts/grab.js --channels=channels/${{ matrix.country }}.xml --output=.gh-pages/guides/${{ matrix.country }}.xml --days=${{ matrix.days }} - name: Upload Artifact uses: actions/upload-artifact@v2 with: name: .gh-pages - path: .gh-pages/guides/${{ matrix.country }}.epg.xml + path: .gh-pages/guides/${{ matrix.country }}.xml if-no-files-found: error deploy: needs: grab @@ -90,6 +90,8 @@ jobs: uses: actions/checkout@v2 with: ref: bot/auto-update + - name: Download Artifacts + uses: actions/download-artifact@v2 - name: Install Dependencies run: npm install - name: Update Codes