We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464d5bb commit 481c468Copy full SHA for 481c468
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
echo "path=$apk_path" >> $GITHUB_OUTPUT
71
echo "mapping=$mapping_path" >> $GITHUB_OUTPUT
72
73
- echo "${{ env.FLAVOR_CAPITALIZED_ALL }}_NAME=$name" >> ${{ inputs.flavor }}.${{ inputs.buildType }}.txt
+ echo "${{ env.FLAVOR_CAPITALIZED_ALL }}_NAME=\"$name\"" >> ${{ inputs.flavor }}.${{ inputs.buildType }}.txt
74
75
- name: Upload mapping as artifact
76
if: steps.apk.outputs.mapping != ''
0 commit comments