Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-10-13 06:03:18 +03:00
parent a3ff63c090
commit f11bb9bd0b

View file

@ -47,7 +47,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Run Grabber
run: node scripts/grab.js --site=${{ matrix.site }} --country=${{ matrix.country }} --days=2 --output=.gh-pages/guides/${{ matrix.country }}/${{ matrix.site }}.epg.xml
run: node scripts/grab.js --site=${{ matrix.guide.site }} --country=${{ matrix.guide.country }} --days=2 --output=.gh-pages/guides/${{ matrix.guide.country }}/${{ matrix.guide.site }}.epg.xml
- name: Upload Artifact
uses: actions/upload-artifact@v2
with: