Skip to content

Commit

Permalink
patch: se agrega chmod a la generación de archivos
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Solis <[email protected]>
  • Loading branch information
Im-Fran committed May 28, 2024
1 parent e43e52a commit e2ac464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "cl.inndev.miutem"
minSdkVersion 23
multiDexEnabled true
Expand Down

0 comments on commit e2ac464

Please sign in to comment.