From b4dd4961fc11afd128220b898d01f7dd0ab36d61 Mon Sep 17 00:00:00 2001 From: Siyuan Miao Date: Mon, 19 May 2025 23:58:33 +0200 Subject: [PATCH] fix: jetkvm_app path is now bin/jetkvm_app --- .github/workflows/smoketest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index 1f956c7..a842265 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -116,7 +116,7 @@ jobs: set -e # Copy the binary to the remote host echo "+ Copying the application to the remote host" - cat jetkvm_app | gzip | ssh jkci "cat > /userdata/jetkvm/jetkvm_app.update.gz" + cat bin/jetkvm_app | gzip | ssh jkci "cat > /userdata/jetkvm/jetkvm_app.update.gz" # Deploy and run the application on the remote host echo "+ Deploying the application on the remote host" ssh jkci ash <