Skip to content

Commit 4d84a85

Browse files
static
1 parent f88b624 commit 4d84a85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build-in-docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@ run_in_docker() {
118118
"$@"
119119
}
120120

121+
linuxdeploy_bin="$(ls linuxdeploy*-$ARCH.AppImage)"
121122
run_in_docker bash ci/build.sh
122-
run_in_docker bash ci/test.sh linuxdeploy-plugin-qt-"$ARCH".AppImage
123+
run_in_docker bash ci/test.sh "$linuxdeploy_bin"

0 commit comments

Comments
 (0)