Skip to content

Commit

Permalink
github-ci: substituting bundleName to match signing materials
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Pham <[email protected]>
  • Loading branch information
Francesco Pham committed Dec 21, 2024
1 parent 03515a7 commit c3502e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
echo "=== Extracted Signing Materials ==="
tree .secret -L 4
- name: Modify bundleName in app.json5
run: |
echo "Modifying bundleName in app.json5 to match the one in the signature materials"
echo "this is a temporary workaround for using the same signature materials stored"
echo "in GitHub secrets for multiple apps."
echo "See: https://github.com/eclipse-oniro4openharmony/oniro-planning/issues/5#issuecomment-2538648996"
sed -i '' 's/"bundleName": "[^"]*"/"bundleName": "com.example.oniromathpunching"/' ./AppScope/app.json5
- name: Set up tools and dependencies
uses: eclipse-oniro4openharmony/oh-app-action@main

Expand Down

0 comments on commit c3502e7

Please sign in to comment.