Skip to content

Commit b4dd496

Browse files
committed
fix: jetkvm_app path is now bin/jetkvm_app
1 parent eeb103a commit b4dd496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
set -e
117117
# Copy the binary to the remote host
118118
echo "+ Copying the application to the remote host"
119-
cat jetkvm_app | gzip | ssh jkci "cat > /userdata/jetkvm/jetkvm_app.update.gz"
119+
cat bin/jetkvm_app | gzip | ssh jkci "cat > /userdata/jetkvm/jetkvm_app.update.gz"
120120
# Deploy and run the application on the remote host
121121
echo "+ Deploying the application on the remote host"
122122
ssh jkci ash <<EOF

0 commit comments

Comments
 (0)