Skip to content

Commit d8c6787

Browse files
feat: remove redundant/unrealistic defensive programming else case
1 parent 12348e8 commit d8c6787

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/update_readme.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,11 @@ jobs:
4545
if [[ -n "$X64_SIZE_BYTES" ]]; then
4646
X64_SIZE_MB=$((X64_SIZE_BYTES / 1024 / 1024))
4747
echo "X64_SIZE_MB=$X64_SIZE_MB" >> $GITHUB_ENV
48-
else
49-
echo "X64_SIZE_MB=63" >> $GITHUB_ENV
5048
fi
5149
5250
if [[ -n "$ARM64_SIZE_BYTES" ]]; then
5351
ARM64_SIZE_MB=$((ARM64_SIZE_BYTES / 1024 / 1024))
5452
echo "ARM64_SIZE_MB=$ARM64_SIZE_MB" >> $GITHUB_ENV
55-
else
56-
echo "ARM64_SIZE_MB=62" >> $GITHUB_ENV
5753
fi
5854
5955
echo "TAG_VERSION=$TAG_VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)