From 717c1b4c789df8f64ea9a06e8bfade6ef5546e39 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 18:07:34 +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 1e782aa8..e6c0245c 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -34,7 +34,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: .gh-pages - path: .gh-pages/guides/${{ matrix.site }}.guide.xml + path: .gh-pages/guides/${{ matrix.country }}.guide.xml if-no-files-found: error deploy: if: ${{ github.ref == 'refs/heads/master' }}