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 255a0a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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
6 changes: 3 additions & 3 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 All @@ -53,5 +53,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: khelo.apk
path: app/*.apk
path: khelo/*.apk
if-no-files-found: error
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 255a0a9

Please sign in to comment.