Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/markellus-c…
Browse files Browse the repository at this point in the history
…leanup
  • Loading branch information
markellus committed Jan 28, 2019
2 parents d4589a9 + 983b35e commit 3a484aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rvm:
- 2.2 #see before_install for getting RVM stable.

env:
- TRAVIS_TAG="Deploy-2017.2.0f3" PROJECT_NAME="UnityExamplePackage" UNITY_PROJECT_PATH="UnityExample" DEPLOY_UNITYPACKAGE="path set in deploy script"
- TRAVIS_TAG="Deploy-2017.2.0f3" PROJECT_NAME="Bring-Me-Home" UNITY_PROJECT_PATH="Unity" DEPLOY_UNITYPACKAGE="path set in deploy script"


cache:
Expand Down Expand Up @@ -37,3 +37,17 @@ after_success:
# overwrite: true
# on:
# tags: true

before_deploy:
- DEPLOY_UNITYPACKAGE="$(ls -a release/*.zip | head -n 1)"


deploy:
provider: releases
api_key:
secure: apdzdzZQGNcsOEE2exPmi29lLgHJwiwpnoQ4S2Y3J6lvLIVSJlQbT1W8gLzZpfV+jUbXl5yBMK3K1hF7o2Fhjpc5QF80+CDs7Z+M94FehtTzsHzRuPGLqZ+R/X2s7bsRft2Of9HfHpTilhTC2i7vHDKMEiz5gdkmQf+eGEn0LyrC7B8RdsckThzbv6jSnxZpImG1GVyg0suJaq0W8oKXCD1npUQwaiTLPlL7erNX+yu4vPmTwiOX3Np0eS9kfE4aQnzVjSTXAjo7tLrIpejCD0nTc5oUzV/+VBAZZ1u0YamAYMM7C5b+UE0/xoTUm2g2xipt5xyAyOEjxkeTkEWyMvVZoWUfpr+sWcWNYFANsRWaj2kkldlbt/Z/8zStGZveSlESWB0TRydS1Dsvjqg5ABZZ4VAIR8ZakCx1o092RXD0gk90Y9DJQWAv+UkzjkvU+7MkGajB+Ra/Dpy7geWrgvfNaIYPiojnovHxdizlwoJ9F4OX/LzKWJVJTm0fuazW7Ep3H5le8K5wJ9dHDIibG1awDRKPs15dxyocP122Mikfg1EfkEwhXoX9SUuoARzqmzF7tdMLu7eHi3n1H+BONeLYGxxBN01m3dlUi361PhRMc3yeIUjcE78TtNIGRiJPBCSG87duN4hPQ8nhEpxyA04/yBZCPfMJHVt3sLwGTFE=
file: $DEPLOY_UNITYPACKAGE
skip_cleanup: true
overwrite: true
on:
repo: Torbilicious/InnoGamesGlobalGameJam2019
0 .project → Unity/.project
100755 → 100644
File renamed without changes.

0 comments on commit 3a484aa

Please sign in to comment.