Skip to content

Commit e8bf11e

Browse files
author
Luc
committed
limit zip files to bin directory instead of full paths
1 parent 3a0616b commit e8bf11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ script:
9292
- mv Repetier-D3-M1.bin Davinci-2.0A-$TRAVIS_TAG.bin
9393
- mv Repetier-D4-M1.bin Davinci-AiO-$TRAVIS_TAG.bin
9494
- ls -al
95-
- zip -r $TRAVIS_BUILD_DIR/Davinci-$TRAVIS_TAG.zip $TRAVIS_BUILD_DIR/releases/*.bin
95+
- zip -r $TRAVIS_BUILD_DIR/Davinci-$TRAVIS_TAG.zip *.bin
9696
- ls -al $TRAVIS_BUILD_DIR/*.zip
9797
notifications:
9898
email:

0 commit comments

Comments
 (0)