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 061e064 commit cacbd1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:

- name: Set android sign key for app building
run: |
cd android
touch key.properties && echo $KEY_PROPERTIES > key.properties
ls -la && cd ../
echo "$KEY_PROPERTIES" > android/key.properties
ls -la && cd ../ && ls -la
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit cacbd1c

Please sign in to comment.