diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index 4a55e517fe..31627d2b6c 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -59,7 +59,7 @@ jobs: - name: Prepare Artifacts # uploading artifacts will fail if not zipped due to very large quantity of files shell: bash - run: 7z a build.zip ./gh-pages/* ./gh-pages-template/* + run: 7z a build.zip ./gh-pages/. ./gh-pages-template/. - name: Upload artifact uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0