From 92aa3b6f742e0c8d50de3f1c2ca744885fda64f4 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 Jan 2025 09:39:15 +0100 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 019f1fd..2b8667c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,16 +37,16 @@ jobs: name: production-files path: ./dist - deploy: - name: Deploy - needs: build - runs-on: ubuntu-latest - steps: - - name: Download artifact - uses: actions/download-artifact@v3 - with: - name: production-files - path: ./dist + deploy: + name: Deploy + needs: build + runs-on: ubuntu-latest + steps: + - name: Download artifact + uses: actions/download-artifact@v3 + with: + name: production-files + path: ./dist - name: Upload ftp uses: https://git.lgbt/mirror/ftp-action@releases/v2