mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-12-28 18:41:20 +08:00
no log: Add source map files back to release asset
This commit is contained in:
parent
ed30f76c57
commit
117da38fe6
1 changed files with 1 additions and 1 deletions
2
.github/scripts/create_asset.sh
vendored
2
.github/scripts/create_asset.sh
vendored
|
@ -23,6 +23,6 @@ done
|
|||
cp VERSION $to_dist
|
||||
|
||||
pushd __builds__/bazarr
|
||||
zip -r ../bazarr.zip . -x '*.map' -b $(mktemp -d)
|
||||
zip -r ../bazarr.zip . -b $(mktemp -d)
|
||||
popd
|
||||
rm -rf $to_dist
|
Loading…
Reference in a new issue