Skip to content

Commit

Permalink
Fix test key in manifest for edge
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jun 22, 2024
1 parent 068855d commit d152471
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ jobs:

- name: Unzip build for Edge
run: |
unzip holo-key-manager-extension/build.zip -d holo-key-manager-extension/buildEdge
unzip build.zip -d buildEdge
working-directory: holo-key-manager-extension

- name: Remove key field from manifest for Edge
run: |
jq 'del(.key)' holo-key-manager-extension/buildEdge/static/manifest.json > holo-key-manager-extension/buildEdge/static/manifest.json.tmp
mv holo-key-manager-extension/buildEdge/static/manifest.json.tmp holo-key-manager-extension/buildEdge/static/manifest.json
jq 'del(.key)' buildEdge/static/manifest.json > buildEdge/static/manifest.json.tmp
mv buildEdge/static/manifest.json.tmp buildEdge/static/manifest.json
working-directory: holo-key-manager-extension

- name: Zip the build for Edge
run: |
Expand Down

0 comments on commit d152471

Please sign in to comment.