fix(ci): unquote webextension version
All checks were successful
/ build_debian (push) Successful in 11s
All checks were successful
/ build_debian (push) Successful in 11s
This commit is contained in:
parent
5695b6b4a5
commit
55a138c2a7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
cp barcode-websocket-server package/debian/barcode-utils/usr/bin/
|
||||
# webextension-tabfocus
|
||||
cd webextension-tabfocus
|
||||
zip "../tabfocus-$(jq .version < manifest.json).zip" *
|
||||
zip "../tabfocus-$(jq -r .version < manifest.json).zip" *
|
||||
cd ..
|
||||
cp tabfocus*zip package/debian/barcode-utils/usr/share/webextensions/
|
||||
# package
|
||||
|
|
Loading…
Reference in a new issue