diff --git a/scripts/prepare-for-platform.sh b/scripts/prepare-for-platform.sh index 0e1fc39e7a..136c37f76b 100755 --- a/scripts/prepare-for-platform.sh +++ b/scripts/prepare-for-platform.sh @@ -75,6 +75,7 @@ if [ "$PLATFORM" == 'mobile' ]; then echo "Downloading status-go artifact from DigitalOcean Bucket to $outputPath" set +e + mkdir -p $(dirname $outputPath) curl --fail --silent --location \ "${DO_SPACE_URL}/status-go-$1-${STATUS_GO_VER}${ext}" \ --output "$outputPath"