summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2021-05-09 16:42:51 +0800
committerLASER-Yi <[email protected]>2021-05-09 16:42:51 +0800
commit2cfbd375d796a1c1f6b30442096f1105b71a5097 (patch)
tree668e0bd9786ce0bde87ff3aa4247061617c9946a /.github
parent4513c4f676cc2c1683e3023b1af04715ebcdf022 (diff)
downloadbazarr-2cfbd375d796a1c1f6b30442096f1105b71a5097.tar.gz
bazarr-2cfbd375d796a1c1f6b30442096f1105b71a5097.zip
no log: Fix asset
Diffstat (limited to '.github')
-rwxr-xr-x.github/scripts/create_asset.sh3
1 files changed, 3 insertions, 0 deletions
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