Skip to content

Commit 4f8b770

Browse files
committed
fix: update source path in deploy configuration
1 parent 57553cb commit 4f8b770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
host: ${{ secrets.REMOTE_HOST }}
4545
username: ${{ secrets.REMOTE_NAME }}
4646
password: ${{ secrets.REMOTE_PASS }}
47-
source: "dist/*"
4847
target: ${{ secrets.REMOTE_TARGET }}
48+
source: "dist/"
4949
strip_components: 1

0 commit comments

Comments
 (0)