File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,6 @@ echo -e "\033[1;34mUploading attachments to release\033[0m"
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 " ."
102102curl -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
104- # rm -fr build
105- # rm -fr bottle
106- # rm -f "${RELEASE_NOTES_FILE}"
104+ rm -fr build
105+ rm -fr bottle
106+ rm -f " ${RELEASE_NOTES_FILE} "
You can’t perform that action at this time.
0 commit comments