Skip to content

Commit

Permalink
fix: build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
devsubid committed Feb 3, 2025
1 parent 8d2d2f9 commit dd61748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

versions=($(jq -r '.[].version' version.json))
versions=($(jq -r '.[].version' version.json | tr -d '\r'))

for version in "${versions[@]}"; do
echo "Building for version: $version"
Expand All @@ -13,4 +13,4 @@ for version in "${versions[@]}"; do
fi
done

echo "All builds completed successfully"
echo "All builds completed successfully"

0 comments on commit dd61748

Please sign in to comment.