Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Nov 30, 2024
1 parent ecb2b9d commit 26c5391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ jobs:
echo "matched Internet Explorer"
fi
if echo "$command_output" | grep -q ' Microsoft Edge Profile 1'; then
echo "matched Microsoft Edge (Profile 1)"
if echo "$command_output" | grep -q ' Microsoft Edge (Profile 1)'; then
echo "matched Microsoft Edge (Profile 1)"
fi
shell: bash
- name: Upload release artifact
Expand Down

0 comments on commit 26c5391

Please sign in to comment.