Skip to content

Commit

Permalink
move file to root
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 17, 2024
1 parent 23b7a46 commit 4635f4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
buildName="${versionValue[0]}.${versionValue[1]}.${{ github.run_number }}"
echo "Generating android build $buildName $buildNumber"
flutter build apk --release --build-number=$buildNumber --build-name=$buildName
mv build/app/outputs/apk/release/Khelo*.apk ../..
cd ..
mv build/app/outputs/apk/release/Khelo*.apk .
- name: List files in root directory
run: ls -la
Expand Down

0 comments on commit 4635f4d

Please sign in to comment.