From 3f74249e1b914b4f491939876b72919c0523ba6b Mon Sep 17 00:00:00 2001 From: arc0035 Date: Wed, 1 Nov 2023 23:24:15 +0800 Subject: [PATCH] fix dir --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a809b052..4735d2a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: uses: garygrossgarten/github-action-scp@release with: local: dist - remote: "/root/Dapp-Learning-Official-web" + remote: "/root/Dapp-Learning-Official-web/dist" host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }}