Skip to content

Commit

Permalink
Update app-prebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 15, 2023
1 parent 32ad739 commit bd3586c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:

- name: Set android sign key for app building
run: |
touch ./andriod/key.pem && echo $ANDROID_KEY > ./andriod/key.pem
touch ./android/key.properties && echo $KEY_PROPERTIES > ./android/key.properties
ls -la
# touch ./andriod/key.pem && echo $ANDROID_KEY > ./andriod/key.pem
# touch ./android/key.properties && echo $KEY_PROPERTIES > ./android/key.properties
- run: flutter pub get
# - run: flutter test
- run: flutter build apk
Expand Down

0 comments on commit bd3586c

Please sign in to comment.