Skip to content

Commit

Permalink
print content of dir in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 17, 2024
1 parent 79b5f12 commit 0a69733
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,14 @@ 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
echo "Contents of cur dir:"
ls .
mv build/app/outputs/apk/release/Khelo*.apk .
echo "Contents of build/app/outputs/apk/release/:"
ls build/app/outputs/apk/release/
- name: Upload APK Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 0a69733

Please sign in to comment.