We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0616b commit e8bf11eCopy full SHA for e8bf11e
.travis.yml
@@ -92,7 +92,7 @@ script:
92
- mv Repetier-D3-M1.bin Davinci-2.0A-$TRAVIS_TAG.bin
93
- mv Repetier-D4-M1.bin Davinci-AiO-$TRAVIS_TAG.bin
94
- ls -al
95
-- zip -r $TRAVIS_BUILD_DIR/Davinci-$TRAVIS_TAG.zip $TRAVIS_BUILD_DIR/releases/*.bin
+- zip -r $TRAVIS_BUILD_DIR/Davinci-$TRAVIS_TAG.zip *.bin
96
- ls -al $TRAVIS_BUILD_DIR/*.zip
97
notifications:
98
email:
0 commit comments