Skip to content

Commit

Permalink
[CI] Travis OSX: deploy Game_OSX.zip instead of Game.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
hsandt committed Jul 9, 2020
1 parent 95188eb commit a2ec28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Xcode build will represent OSX to deploy release
- DEPLOY=true
# unlike gmake, the Xcode build generates an .app, which needs to be zipped for deployment
- DEPLOY_FILE=build/macosx_Release/bin/Game.zip
- DEPLOY_FILE=build/macosx_Release/bin/Game_OSX.zip
compiler: clang++
- os: linux
env:
Expand Down Expand Up @@ -169,7 +169,7 @@ before_deploy:
chmod +x ${DEPLOY_FILE}
elif [[ $TRAVIS_OS_NAME == "osx" ]]; then
pushd build/macosx_Release/bin
zip -r Game.zip Game.app
zip -r Game_OSX.zip Game.app
popd
fi
Expand Down

0 comments on commit a2ec28a

Please sign in to comment.