-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch: se agrega chmod a la generación de archivos
Signed-off-by: Francisco Solis <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,14 @@ jobs: | |
run: | | ||
echo $GOOGLE_SERVICES > android/app/google-services.json | ||
echo $API_PLAY_STORE > android/api-playstore.json | ||
mkdir -p android/keystores | ||
chmod 755 android/keystores | ||
echo $KEYSTORE_PROPERTIES > android/keystores/key.properties | ||
echo $KEYSTORE_FILE | base64 --decode > android/keystores/keystore.jks | ||
chmod 644 android/keystores/key* | ||
- name: Publicar Beta | ||
uses: maierj/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters