Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Jul 9, 2024
1 parent 1d9b9a5 commit 1bbedc2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,11 @@ jobs:
id: sign_aab
shell: bash
run: |
# Find the APK file with vX.X.X pattern
AAB_FILE=$(find app/build/outputs/apk/release -name "Myne-v*.aab" | head -n 1)
AAB_FILE=app/release/app-release.aab
if [ -z "$AAB_FILE" ]; then
echo "No AAB file found matching the pattern Myne-v*.aab"
echo "Contents of app/build/outputs/apk/release:"
ls -l app/build/outputs/apk/release/
echo "AAB file not found"
echo "Contents of app/release:"
ls -l app/release/
exit 1
fi
Expand Down

0 comments on commit 1bbedc2

Please sign in to comment.