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