Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 15, 2023
1 parent 68f4907 commit 7aedac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ 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
- name: Set android sign key for app building
run: |
cd android
touch key.properties && echo $KEY_PROPERTIES >> key.properties
- run: flutter pub get
# - run: flutter test
- run: flutter build apk
Expand Down

0 comments on commit 7aedac8

Please sign in to comment.