Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 15, 2023
1 parent 6cb6af7 commit 7f0ef76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions android/gradle/wrapper/key.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
storePassword=123abc456d
keyPassword=123abc456d
keyAlias=upload
storeFile=/runner/_work/eoefans-mobile-flutter/eoefans-mobile-flutter/android/upload-keystore.jks

0 comments on commit 7f0ef76

Please sign in to comment.