Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 19, 2024
1 parent 7828466 commit f2a6cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
IFS=''
buildName="${versionValue[0]}.${versionValue[1]}.${{ github.run_number }}"
echo "Generating android build $buildName $buildNumber"
flutter build apk --release --build-number=$buildNumber --build-name=$buildName
flutter build appbundle --build-number=$buildNumber --build-name=$buildName
cd ..
mv khelo/build/app/outputs/bundle/release/app-release.aab .
Expand Down

0 comments on commit f2a6cca

Please sign in to comment.