Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jan 7, 2025
1 parent 14c8676 commit d0341fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-chrome-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
- name: Modify Manifest for Beta
if: steps.check_beta.outputs.is_beta == 'true'
run: |
jq '.name += " (Beta)"' manifest.json > manifest_tmp.json
mv manifest_tmp.json manifest.json
jq '.name += " (Beta)"' web_chrome_extension/public/manifest.json > web_chrome_extension/public/manifest_tmp.json
mv web_chrome_extension/public/manifest_tmp.json web_chrome_extension/public/manifest.json

- name: Build Chrome Extension
run: bash ./scripts/build_chrome_extension.sh
Expand Down

0 comments on commit d0341fc

Please sign in to comment.