Skip to content

Commit

Permalink
cd back to work folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 15, 2023
1 parent bbc1bf4 commit 6cb6af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Set android sign key for app building
run: |
cd android
touch key.properties && echo $KEY_PROPERTIES >> key.properties
touch key.properties && echo $KEY_PROPERTIES >> key.properties
ls -la && cd ../
- uses: actions/checkout@v3
- run: flutter pub get
# - run: flutter test
Expand Down

0 comments on commit 6cb6af7

Please sign in to comment.