From 73e26332aafeb1fbf5b21996ea96c40f6300df00 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 18:05:06 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 3fe75373..1e782aa8 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -29,7 +29,7 @@ jobs: - name: Install Dependencies run: npm install - name: Run Grabber - run: node scripts/grab.js --channels=channels/${{ matrix.country }}.channels.xml --output=.gh-pages/guides/${{ matrix.country }}.guide.xml --days=${{ matrix.days }} + run: node scripts/grab.js --channels=channels/${{ matrix.country }}.xml --output=.gh-pages/guides/${{ matrix.country }}.guide.xml --days=${{ matrix.days }} - name: Upload Artifact uses: actions/upload-artifact@v2 with: