Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguue authored Nov 12, 2023
1 parent 10e3245 commit 1aa8fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
cat output.txt | grep -F "[*] ok"
isOk=$(cat output.txt | grep -F "[*] ok")
echo isOk: $isOk
cat output.txt
[ -z "$isOk" ] && echo check failed
[ -z "$isOk" ] && exit 1
shell: bash
- name: Upload
Expand Down

0 comments on commit 1aa8fe9

Please sign in to comment.