diff --git a/.github/workflows/build-browser.yml b/.github/workflows/build-browser.yml index 73988775bbb..d2a85f6627e 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -181,7 +181,7 @@ jobs: echo "Bitwarden Chrome MV3 beta.crx" > index.html export EXTENSION_VERSION=$(jq '.version' < dist-chrome-mv3-beta/manifest.json) echo "" > manifest.xml - echo "{"mimeTypes": {".crx": "application/x-chrome-extension"}}" > staticwebapp.config.json + echo '{"mimeTypes": {".crx": "application/x-chrome-extension"}}' > staticwebapp.config.json ls -al working-directory: browser-source/apps/browser/dist