From 7f0ef760ae7078b84eb56cda0ea355f3f58bc1f7 Mon Sep 17 00:00:00 2001 From: kazami139 Date: Wed, 15 Feb 2023 17:45:33 +0000 Subject: [PATCH] test --- .github/workflows/app-prebuild.yml | 11 ++++++----- android/.gitignore | 1 - android/gradle/wrapper/key.properties | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 android/gradle/wrapper/key.properties diff --git a/.github/workflows/app-prebuild.yml b/.github/workflows/app-prebuild.yml index 83d62c2..d881ea4 100644 --- a/.github/workflows/app-prebuild.yml +++ b/.github/workflows/app-prebuild.yml @@ -43,11 +43,12 @@ jobs: with: channel: 'stable' # or: 'beta', 'dev' or 'master' cache: true - - name: Set android sign key for app building - run: | - cd android - touch key.properties && echo $KEY_PROPERTIES >> key.properties - ls -la && cd ../ + - run: pwd && ls -la + # - name: Set android sign key for app building + # run: | + # cd android + # touch key.properties && echo $KEY_PROPERTIES >> key.properties + # ls -la && cd ../ - run: flutter pub get diff --git a/android/.gitignore b/android/.gitignore index 6f56801..d5f967a 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -8,6 +8,5 @@ GeneratedPluginRegistrant.java # Remember to never publicly share your keystore. # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app -key.properties **/*.keystore **/*.jks diff --git a/android/gradle/wrapper/key.properties b/android/gradle/wrapper/key.properties new file mode 100644 index 0000000..afb79bc --- /dev/null +++ b/android/gradle/wrapper/key.properties @@ -0,0 +1,4 @@ +storePassword=123abc456d +keyPassword=123abc456d +keyAlias=upload +storeFile=/runner/_work/eoefans-mobile-flutter/eoefans-mobile-flutter/android/upload-keystore.jks \ No newline at end of file