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
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