Skip to content

Commit 00e22a7

Browse files
committed
Move builds to phar folder
1 parent dbf2b1e commit 00e22a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/deploy.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ git config user.name "Travis CI"
3636
git config user.email "[email protected]"
3737
git config push.default "current"
3838

39-
fname="easyengine.phar"
40-
4139
if [[ "$TRAVIS_BRANCH" == "develop-v4" ]]; then
42-
fname="easyengine-nightly.phar"
40+
fname="phar/easyengine-nightly.phar"
4341
else
44-
fname="easyengine.phar"
42+
fname="phar/easyengine.phar"
4543
fi
4644

4745
mv $fname easyengine-builds/$fname

0 commit comments

Comments
 (0)