We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f559591 commit b6ebfabCopy full SHA for b6ebfab
.github/workflows/build.yml
@@ -40,6 +40,14 @@ jobs:
40
echo "=== Extracted Signing Materials ==="
41
tree .secret -L 4
42
43
+ - name: Modify bundleName in app.json5
44
+ run: |
45
+ echo "Modifying bundleName in app.json5 to match the one in the signature materials"
46
+ echo "this is a temporary workaround for using the same signature materials stored"
47
+ echo "in GitHub secrets for multiple apps."
48
+ echo "See: https://github.com/eclipse-oniro4openharmony/oniro-planning/issues/5#issuecomment-2538648996"
49
+ sed -i '' 's/"bundleName": "[^"]*"/"bundleName": "com.example.oniromathpunching"/' ./AppScope/app.json5
50
+
51
- name: Set up tools and dependencies
52
uses: eclipse-oniro4openharmony/oh-app-action@main
53
0 commit comments