Fix warp line error (#3789)

This commit is contained in:
darnell8 2024-03-14 20:14:32 +08:00 committed by GitHub
parent e61c701f6e
commit 052f7d4c24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,7 @@ jobs:
run: |
# not use this output
# echo "KeyStore=yes" >> $GITHUB_OUTPUT
echo -e "\n" >> gradle.properties
echo RELEASE_KEY_ALIAS='${{ secrets.RELEASE_KEY_ALIAS }}' >> gradle.properties
echo RELEASE_KEY_PASSWORD='${{ secrets.RELEASE_KEY_PASSWORD }}' >> gradle.properties
echo RELEASE_STORE_PASSWORD='${{ secrets.RELEASE_STORE_PASSWORD }}' >> gradle.properties