Skip to content

Commit

Permalink
substituting bundleName to match the one used in 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 11, 2024
1 parent 0cf1c27 commit 8ade142
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: |
sed -i '' 's/"bundleName": "[^"]*"/"bundleName": "com.example.oniromathpunching"/' ./AppScope/app.json5
# Display the modified file for verification
echo "=== Modified app.json5 ==="
cat ./AppScope/app.json5
- name: Set up tools and dependencies
uses: Snapp-Mobile/oh-action@main

Expand Down

0 comments on commit 8ade142

Please sign in to comment.