1
0
Fork 0

Update .github/workflows/deploy.yml

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2025-01-09 09:39:15 +01:00
parent 18e420df3b
commit 92aa3b6f74

View file

@ -37,16 +37,16 @@ jobs:
name: production-files name: production-files
path: ./dist path: ./dist
deploy: deploy:
name: Deploy name: Deploy
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: production-files name: production-files
path: ./dist path: ./dist
- name: Upload ftp - name: Upload ftp
uses: https://git.lgbt/mirror/ftp-action@releases/v2 uses: https://git.lgbt/mirror/ftp-action@releases/v2