Skip to content

Commit

Permalink
No need to keep the uncompressed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Dec 29, 2012
1 parent 0d6faa8 commit c5d76b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/scripts/Release-for-upload.sh
Expand Up @@ -64,6 +64,7 @@ mkdir -p "${VIENNA_UPLOADS_DIR}/${dSYM_FILENAME}"
cp -a *.dSYM "${VIENNA_UPLOADS_DIR}/${dSYM_FILENAME}"
cd "${VIENNA_UPLOADS_DIR}"
tar -czf "${dSYM_FILENAME}.tgz" --exclude '.DS_Store' "${dSYM_FILENAME}"
rm -rf "${VIENNA_UPLOADS_DIR}/${dSYM_FILENAME}"


# Zip up the app
Expand Down

0 comments on commit c5d76b8

Please sign in to comment.