From 5e52457230383ae43a1e2ace73fb06059d38f70a Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Tue, 13 Jun 2023 19:32:06 +0200 Subject: [PATCH] fix tar file --- .gitea/workflows/hugo.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 925d987..6788bb2 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -21,12 +21,10 @@ jobs: - name: Build site run: hugo --minify - - name: Pwd & ls - run: pwd ; ls - name: Create tarfile run: tar -cf website.tar public - name: Upload artifacts uses: actions/upload-artifact@v3 with: - name: website-files + name: website-files.tar path: website.tar