diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index aff9d915..9ace2560 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -52,7 +52,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: .gh-pages - path: .gh-pages/guides/${{ matrix.country }}.guide.xml + path: .gh-pages/guides/${{ matrix.country }}.epg.xml if-no-files-found: error deploy: if: ${{ github.ref == 'refs/heads/master' }}