From ca696332c9bd378cd669c1a633b4ebe6d00ddbe4 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 20 Mar 2023 13:28:38 -0700 Subject: [PATCH] Fixed SCP dir --- .github/workflows/build-helloworld-vita.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-helloworld-vita.yml b/.github/workflows/build-helloworld-vita.yml index c04e8315..c34ea306 100644 --- a/.github/workflows/build-helloworld-vita.yml +++ b/.github/workflows/build-helloworld-vita.yml @@ -73,4 +73,4 @@ jobs: chmod og-rwx ~/.ssh/id_rsa ssh-keyscan -H wish.moe >> ~/.ssh/known_hosts ssh -t yourwishes@wish.moe "mkdir -p /home/yourwishes/Dawn/vita/debug" - scp ./build/dawnvita/HelloWorld.vpk yourwishes@wish.moe:/home/yourwishes/Dawn/vita/debug/ \ No newline at end of file + scp ./build/src/dawnvita/HelloWorld.vpk yourwishes@wish.moe:/home/yourwishes/Dawn/vita/debug/ \ No newline at end of file