From 76fc6086de813e1478a00d978fb4ad6a51554215 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Mon, 8 Jul 2024 16:31:18 +0200 Subject: [PATCH] ci: try to fix preview --- .github/workflows/preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 97e316f..be82abf 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,7 +25,7 @@ jobs: - name: Upload artifact id: deployment - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-artifact@v4 with: path: dist name: preview @@ -61,3 +61,4 @@ jobs: port: ${{ secrets.PREVIEW_SSH_PORT }} source: dist/* target: /var/www/share/preview + strip_components: 1