Skip to content

Commit

Permalink
Zip .app
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarTrigo committed Jun 14, 2019
1 parent d707389 commit 13355a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ echo "* provisionUrl: ${provisionUrl}"

echo
############# Generate Zip ###############
zip -r "/tmp/${app_path}" "${app_path}"
tmpAppPath="tmp/${app_path}"
zip -r "/tmp/app.zip" "${app_path}"
tmpAppPath="/tmp/app.zip"
echo "* tmpAppPath: ${tmpAppPath}"


Expand Down

0 comments on commit 13355a4

Please sign in to comment.