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 16, 2023
1 parent 8ee25fd commit 061e064
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,20 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Set android sign key for app building
run: |
cd android
touch key.properties && echo $KEY_PROPERTIES > key.properties
ls -la && cd ../
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
cache: true
- 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
# - run: flutter test
- run: flutter build apk
- run: ls build/app/output/apk
- run: ls -la
- run: ls -la build

0 comments on commit 061e064

Please sign in to comment.