From 0492f1c82f93740f76119a4a4cbed4cc2ffa958c Mon Sep 17 00:00:00 2001 From: retroplasma <46618410+retroplasma@users.noreply.github.com> Date: Mon, 19 Aug 2019 21:55:19 +0200 Subject: [PATCH] Include wwwroot in release archive --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 995f17a..aa806ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,7 @@ script: do cd "$cur/$runtime" && name="binsync-$TRAVIS_TAG-$runtime" && - mkdir publish/images && - cp "$wds/wwwroot/images/header_logo.png" publish/images/ && + cp -R "$wds/wwwroot" publish/ && mv publish "$name" && zip -r "$out/$name.zip" "$name/" -r || exit 1 done || exit 1