Skip to content

Commit

Permalink
Trying to fix the cd dist issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 16, 2019
1 parent 82457c9 commit 9b591f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ after_success:
# Build the binary if it's a new tag.
- if [[ -n "$TRAVIS_TAG" ]]; then source ci/make_binary.sh; fi
before_deploy:
- cd dist
- if [ "$BUILD_BINARY" == "YES" ] && [ -n "$TRAVIS_TAG" ]; then zip -r SHARPpy-osx.zip SHARPpy.app; fi
- cd ..
- ls
- pwd
- if [ "$BUILD_BINARY" == "YES" ] && [ -n "$TRAVIS_TAG" ]; then cd dist; zip -r SHARPpy-osx.zip SHARPpy.app; cd ..; fi
# Ship the binaries to Github and PyPI and conda
deploy:
# Deploy the binaries to Github Releases
Expand Down

0 comments on commit 9b591f5

Please sign in to comment.