Skip to content

Commit 481c468

Browse files
committed
.
1 parent 464d5bb commit 481c468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "path=$apk_path" >> $GITHUB_OUTPUT
7171
echo "mapping=$mapping_path" >> $GITHUB_OUTPUT
7272
73-
echo "${{ env.FLAVOR_CAPITALIZED_ALL }}_NAME=$name" >> ${{ inputs.flavor }}.${{ inputs.buildType }}.txt
73+
echo "${{ env.FLAVOR_CAPITALIZED_ALL }}_NAME=\"$name\"" >> ${{ inputs.flavor }}.${{ inputs.buildType }}.txt
7474
7575
- name: Upload mapping as artifact
7676
if: steps.apk.outputs.mapping != ''

0 commit comments

Comments
 (0)