Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] #6 upload #25

Merged
merged 8 commits into from
Jan 12, 2024
Merged
6 changes: 3 additions & 3 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Build
run: npm run build:prod
- name: Upload ftp
uses: GenieTim/ftp-action@v4.0.1
uses: airvzxf/ftp-deployment-action@latest
with:
host: ${{ secrets.FTP_SERVER }}
server: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
localDir: "dist"
local_dir: "dist"