Skip to content

Commit

Permalink
look for something easier
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Jan 10, 2025
1 parent 9a1faae commit 713cbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-app-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 713cbb5

Please sign in to comment.