Skip to content

Commit

Permalink
fix 生成 发版 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 6, 2024
1 parent 33cf88d commit d30aacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapi/scripts/generate-artifact-hash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ while [ $# -gt 0 ]; do
;;
--*)
echo "Illegal option $1"
exit 0
;;
esac
shift $(($# > 0 ? 1 : 0))
Expand Down

0 comments on commit d30aacb

Please sign in to comment.