Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
Include wwwroot in release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
retroplasma committed Aug 19, 2019
1 parent 9dfe49a commit 0492f1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0492f1c

Please sign in to comment.