Skip to content

Commit 05acb6a

Browse files
authored
-d flag
1 parent 03382bf commit 05acb6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
ls -l "$APP"
108108
109109
echo "Running smoke test:"
110-
"$APP" --version || {
110+
"$APP" -d || {
111111
echo "ERROR: GEMSGUI failed to run"
112112
exit 1
113113
}

0 commit comments

Comments
 (0)