From f217efb7b17301302e1222d7f3cf378258deaa01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Gr=C3=B8n=C3=A5s?= <44143748+sondregronas@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:20:51 +0200 Subject: [PATCH] ci: change tar directory --- .github/workflows/pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index dcf90d6..91a7a54 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -51,8 +51,7 @@ jobs: - name: Generate artifact run: | - echo Converting demo folder to a gzip archive with a single tar file (./.github/workflows/demo) - tar -czf ./.github/workflows/demo.tar.gz ./.github/workflows/demo + tar -czf ./.github/workflows/demo.tar.gz -C ./.github/workflows/demo . - name: Upload artifact uses: actions/upload-pages-artifact@v3