mirror of
https://github.com/gedoor/legado.git
synced 2025-01-08 11:47:32 +08:00
Fix warp line error (#3789)
This commit is contained in:
parent
e61c701f6e
commit
052f7d4c24
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user