Skip to content

Commit 24bcaa3

Browse files
authored
Conform to new tagging format
Also fail if error status code
1 parent e5594e0 commit 24bcaa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downloadAar.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# Get VERSION_NAME from gradle.properties
66
VERSION=`grep -o 'VERSION_NAME=.*' gradle.properties | cut -f2- -d=`
77

8-
SDK_BIN_URL=https://github.com/webrtc-sdk/android/releases/download/${VERSION}/libwebrtc.aar
8+
SDK_BIN_URL=https://github.com/webrtc-sdk/android/releases/download/v${VERSION}/libwebrtc.aar
99

1010
echo "Downloading webrtc-sdk ${VERSION} binary for android."
11-
curl -L -O ${SDK_BIN_URL}
11+
curl -f -L -O ${SDK_BIN_URL}

0 commit comments

Comments
 (0)