Skip to content

Commit

Permalink
attmept 4 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kiesenverseist committed Apr 15, 2019
1 parent 208c032 commit f0cd3f0
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 @@ -30,7 +30,7 @@ before_deploy:
- zip -r -j "${GAME_NAME}-$TRAVIS_TAG-linux.zip" output/linux
- zip -r -j "${GAME_NAME}-$TRAVIS_TAG-windows.zip" output/windows
# No need to zip the mac game, because it already is a zip
- mv -R output/mac/* "output/mac/${GAME_NAME}-$TRAVIS_TAG-mac.zip"
- mv output/mac/* "output/mac/${GAME_NAME}-$TRAVIS_TAG-mac.zip"

deploy:
# The following block is responsible to upload the zip files
Expand Down

0 comments on commit f0cd3f0

Please sign in to comment.