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 83328ce commit 48c9b67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
ANDROID_KEY: ${{ secrets.ANDROID_KEY }} # location of your client code

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand All @@ -37,6 +40,8 @@ jobs:
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'

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

0 comments on commit 48c9b67

Please sign in to comment.