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 c3e717c commit a39cdd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
workflow_dispatch:

env:
ANDROID_KEY: ${{ secrets.ANDROID_KEY }}
KEY_PROPERTIES: ${{ secrets.KEY_PROPERTIES }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down Expand Up @@ -44,9 +43,7 @@ jobs:
- name: Set android sign key for app building
run: |
cd android
touch key.pem && echo $ANDROID_KEY > key.pem
touch key.properties && echo $KEY_PROPERTIES > key.properties
pwd && ls -la && cat key.pem && cat key.properties
- run: flutter pub get
# - run: flutter test
- run: flutter build apk
Expand Down

0 comments on commit a39cdd0

Please sign in to comment.