From 2cfbd375d796a1c1f6b30442096f1105b71a5097 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sun, 9 May 2021 16:42:51 +0800 Subject: [PATCH] no log: Fix asset --- .github/scripts/create_asset.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/create_asset.sh b/.github/scripts/create_asset.sh index 3611c597a..304a7fe15 100755 --- a/.github/scripts/create_asset.sh +++ b/.github/scripts/create_asset.sh @@ -19,6 +19,9 @@ do cp -r --parents $f $to_dist done +# COPY VERSION file +cp VERSION $to_dist + pushd __builds__/bazarr zip -r ../bazarr.zip . -x '*.map' -b $(mktemp -d) popd