Skip to content

Commit

Permalink
Updating run-push script
Browse files Browse the repository at this point in the history
  • Loading branch information
nollymar committed Sep 24, 2024
1 parent 1f5c255 commit 2730516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/run-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _get_CLI(){
file="${DOT_CLI_HOME}${DOT_CLI_JAR}" && \
actual_size=$(wc -c <"$file");

if [ "$actual_size" -lt 100000 ]; then
if [ "$actual_size" -lt 1000000 ]; then
echo "The file is too small to be the CLI, please check the version and try again"
exit 1
fi
Expand Down

0 comments on commit 2730516

Please sign in to comment.