Skip to content

Commit 11815e2

Browse files
Update test.sh
1 parent a5a40f8 commit 11815e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ if [ "$ARCH" == "" ]; then
77
exit 1
88
fi
99

10-
target="linuxdeploy*-plugin-qt-x86_64.AppImage"
10+
11+
target="$(ls linuxdeploy*-plugin-qt-x86_64.AppImage)"
1112
if [ "$target" == "" ]; then
1213
echo "Usage: $0 <target.AppImage>"
1314
exit 1

0 commit comments

Comments
 (0)