Skip to content

Commit 504298a

Browse files
committed
Another try
1 parent 84d60d6 commit 504298a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ script:
4646

4747
before_deploy:
4848
- mkdir -p ziptemp/$SOLUTION_NAME
49-
- cd $BUILD_TARGET
50-
- cp -a * ziptemp/$SOLUTION_NAME
51-
- cd -
49+
- cp -a $BUILD_TARGET/* ziptemp/$SOLUTION_NAME
5250
- cd ziptemp
5351
- zip -r $DEPLOY_BUILD.$VERSION.zip $SOLUTION_NAME/*
5452
- cd -

0 commit comments

Comments
 (0)