File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
git clone --branch=fastlane-android --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
49
49
cd fastlane
50
50
51
- echo " ${{ github.event.release.body }}" > metadata/android/en-US/changelogs/${{ steps.download-assets.outputs.VERSION_CODE }}.txt
51
+ printf "%s" " ${{ github.event.release.body }}" > " metadata/android/en-US/changelogs/${{ steps.download-assets.outputs.VERSION_CODE }}.txt"
52
52
53
53
# Force push to fastlane branch
54
54
git checkout --orphan temporary
72
72
git clone --branch=fastlane-ios --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
73
73
cd fastlane
74
74
75
- echo " ${{ github.event.release.body }}" > metadata/en-US/release_notes.txt
75
+ printf "%s" " ${{ github.event.release.body }}" > " metadata/en-US/release_notes.txt"
76
76
77
77
# Force push to fastlane branch
78
78
git checkout --orphan temporary
You can’t perform that action at this time.
0 commit comments