diff --git a/.github/workflows/sitemap.yml b/.github/workflows/sitemap.yml index e9679e5..3f8dcb8 100644 --- a/.github/workflows/sitemap.yml +++ b/.github/workflows/sitemap.yml @@ -26,5 +26,5 @@ jobs: - name: Upload sitemap.txt as artifacts uses: actions/upload-artifact@v4 with: - name: www/sitemap.txt - path: sitemap.txt + name: sitemap.txt + path: www/sitemap.txt