Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 15, 2023
1 parent 3cd912e commit 68f4907
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +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
# - 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 --debug
- run: flutter build apk
- run: ls -la
- run: tree .

0 comments on commit 68f4907

Please sign in to comment.