Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed May 18, 2024
1 parent 9d27f14 commit 29d678f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,9 @@ jobs:
rm -f self-hosted.pem
rm -rf dist-chrome-mv3-beta
echo "<a href="dist-chrome-mv3-beta.crx">Bitwarden Chrome MV3 beta.crx</a>" > index.html
export EXTENSION_VERSION=$(jq '.version' < dist-chrome-mv3-beta/manifest.json)
export EXTENSION_VERSION="$(jq '.version' < dist-chrome-mv3-beta/manifest.json)"
echo "<?xml version='1.0' encoding='UTF-8'?><gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'><app appid='pmpgddmbaiapcmemahhdbpelanmjaoec'><updatecheck codebase='https://victorious-dune-09d94a803.5.azurestaticapps.net/dist-chrome-mv3-beta.crx' version='$EXTENSION_VERSION' /></app></gupdate>" > manifest.xml
echo '{"mimeTypes": {".crx": "application/x-chrome-extension"}}' > staticwebapp.config.json
ls -al
working-directory: browser-source/apps/browser/dist

- name: Deploy to self-hosted store
Expand Down

0 comments on commit 29d678f

Please sign in to comment.