Skip to content

Commit fbf42a6

Browse files
committed
Enable cleanup in release script
1 parent 54097ce commit fbf42a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

releaseVersion.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ echo -e "\033[1;34mUploading attachments to release\033[0m"
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 "."
102102
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

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}"

0 commit comments

Comments
 (0)