Skip to content

Commit

Permalink
change dir name app to khelo
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jan 23, 2024
1 parent 827ae8c commit f89c975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install dependencies
run: |
cd app
cd khelo
flutter clean
flutter pub get
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Lint test
run: |
cd app
cd khelo
dart analyze --fatal-infos
cd ../data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install dependencies
run: |
cd app
cd khelo
flutter clean
flutter pub get
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Build android APK
run: |
cd app
cd khelo
file='VERSION'
fileData=$(cat $file)
IFS='.'
Expand Down

0 comments on commit f89c975

Please sign in to comment.