Skip to content

Commit

Permalink
Fix typo in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Aug 13, 2019
1 parent 622f70b commit b0136f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ matrix:
- brew install zlib
script:
- make -f macos.Makefile
- cp scripts && cp ../build/Minecraft.app ./ && macos_pkg_dmg.sh && cd .. && cp scripts/*.dmg ./Minecraft.dmg
- cd scripts && cp ../build/Minecraft.app ./ && macos_pkg_dmg.sh && cd .. && cp scripts/*.dmg ./Minecraft.dmg
deploy:
provider: releases
api_key: $GH_TOKEN
Expand Down

0 comments on commit b0136f8

Please sign in to comment.