fix: 尝试修复dist目录找不到问题

This commit is contained in:
CoderLambert
2024-08-09 15:48:06 +08:00
parent 09d696cdee
commit 7b04323f09
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: 22
scp_source: "./dist"
scp_source: "dist/*"
scp_target: ${{ secrets.TARGET }}
- name: Deploy 🚀