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