From 42c6df95d0f1689666a216135535b2af6314e86d Mon Sep 17 00:00:00 2001 From: Eric Ampire Date: Fri, 13 Feb 2026 15:36:56 -0500 Subject: [PATCH] Fix --- .gitea/workflows/test-hugo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test-hugo.yaml b/.gitea/workflows/test-hugo.yaml index 58a3ac4..6ab7ca8 100644 --- a/.gitea/workflows/test-hugo.yaml +++ b/.gitea/workflows/test-hugo.yaml @@ -36,7 +36,8 @@ jobs: - name: Archive Release run: | - tar -czvf release-app.tar.gz public/ + # On archive en pointant vers le bon dossier + tar -czvf release-app.tar.gz -C my-test-app/public . ls -lh release-app.tar.gz - name: Upload Artifact