Skip to content

Commit 81ff001

Browse files
committed
Update release script
1 parent 8dff474 commit 81ff001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releaseVersion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RELEASE_ID=$(curl -s --data "$API_JSON" https://api.github.com/repos/wix/AppleSi
9999
echo -e "\033[1;34mUploading attachments to release\033[0m"
100100

101101
curl -s --data-binary @"build/${SRC_TGZ_FILE}" -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/wix/AppleSimulatorUtils/releases/${RELEASE_ID}/assets?name=$(basename ${SRC_TGZ_FILE})&access_token=${GITHUB_RELEASES_TOKEN}" | jq "."
102-
curl -s --data-binary @"bottle/${BOTTLE_TGZ_FILE}" -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/wix/AppleSimulatorUtils/releases/${RELEASE_ID}/assets?name=$(basename ${SRC_TGZ_FILE})&access_token=${GITHUB_RELEASES_TOKEN}" | jq "."
102+
curl -s --data-binary @"bottle/${BOTTLE_TGZ_FILE}" -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/wix/AppleSimulatorUtils/releases/${RELEASE_ID}/assets?name=$(basename ${BOTTLE_TGZ_FILE})&access_token=${GITHUB_RELEASES_TOKEN}" | jq "."
103103

104104
# rm -fr build
105105
# rm -fr bottle

0 commit comments

Comments
 (0)