diff --git a/.github/workflows/desktop-app-release.yaml b/.github/workflows/desktop-app-release.yaml index 41876d114..67ecc6e10 100644 --- a/.github/workflows/desktop-app-release.yaml +++ b/.github/workflows/desktop-app-release.yaml @@ -131,8 +131,8 @@ jobs: cat "$LOGFILE" echo "=============================" - # Check for "Starting goosed" in the logs - if grep -F "Starting goosed" "$LOGFILE"; then + # Check for evidence it ran in the logs: + if grep -F "ChatWindow loaded" "$LOGFILE"; then echo "Confirmed: 'Starting goosed' found in logs!" else echo "Did not find 'Starting goosed' in logs. Failing..."