Fix missing directory in prepare-for-platform.sh
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
3eb570f082
commit
e8f762ec6f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue