fix(ci): unquote webextension version
All checks were successful
/ build_debian (push) Successful in 11s

This commit is contained in:
s3lph 2024-11-29 01:27:34 +01:00
parent 5695b6b4a5
commit 55a138c2a7
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -20,7 +20,7 @@ jobs:
cp barcode-websocket-server package/debian/barcode-utils/usr/bin/ cp barcode-websocket-server package/debian/barcode-utils/usr/bin/
# webextension-tabfocus # webextension-tabfocus
cd webextension-tabfocus cd webextension-tabfocus
zip "../tabfocus-$(jq .version < manifest.json).zip" * zip "../tabfocus-$(jq -r .version < manifest.json).zip" *
cd .. cd ..
cp tabfocus*zip package/debian/barcode-utils/usr/share/webextensions/ cp tabfocus*zip package/debian/barcode-utils/usr/share/webextensions/
# package # package