Skip to content

Commit

Permalink
change dir name in ci yml file
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 72d28c2
Show file tree
Hide file tree
Showing 3 changed files with 5 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
1 change: 1 addition & 0 deletions khelo/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0

0 comments on commit 72d28c2

Please sign in to comment.