Skip to content

Commit 0a202fd

Browse files
committed
Actually, just fix the PACKAGE_NAME env variable
1 parent 627f98e commit 0a202fd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: .travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: c
33
notifications:
44
email: false
55

6-
env:
7-
- PACKAGE_NAME="shockolate-$TRAVIS_OS_NAME-${BITS}bit.tgz"
8-
96
matrix:
107
include:
118
- os: linux
@@ -66,8 +63,9 @@ before_deploy:
6663
- cp osx-linux/run_$TRAVIS_OS_NAME.sh shockolate/run.sh
6764
- cp -r shaders shockolate/
6865
- cp -r res shockolate/
69-
- tar zcfv $PACKAGE_NAME shockolate/
70-
- rm -r shockolate/
66+
- export PACKAGE_NAME="shockolate-$TRAVIS_OS_NAME-${BITS}bit.tgz"
67+
- tar zcfv $PACKAGE_NAME shockolate
68+
- rm -r shockolate
7169

7270
deploy:
7371
provider: releases

0 commit comments

Comments
 (0)