File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ RELEASE_ID=$(curl -s --data "$API_JSON" https://api.github.com/repos/wix/AppleSi
9999echo -e " \033[1;34mUploading attachments to release\033[0m"
100100
101101curl -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
You can’t perform that action at this time.
0 commit comments