Skip to content

Commit

Permalink
Wrap exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 25, 2024
1 parent 0a65414 commit c1d97f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ set +e
"./$name-$platform" --version
result=$?
set -e
echo "result=$result" >> "$GITHUB_OUTPUT"
echo "result=[$result]" >> "$GITHUB_OUTPUT"

0 comments on commit c1d97f4

Please sign in to comment.