Skip to content

Commit

Permalink
Fix zip paths for source archive
Browse files Browse the repository at this point in the history
  • Loading branch information
morganwillcock authored Mar 24, 2019
1 parent 034ba34 commit 9802eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_deploy:
- |
if ! [ "$BEFORE_DEPLOY_RUN" ]; then
export BEFORE_DEPLOY_RUN=1;
zip ags-manual-wiki-md-source.zip $CHECKOUTDIR/source/*.md $CHECKOUTDIR/source/images/*
zip ags-manual-wiki-md-source.zip $CHECKOUTDIR/*.md $CHECKOUTDIR/images/*
fi
deploy:
Expand Down

0 comments on commit 9802eb3

Please sign in to comment.