Skip to content

Commit

Permalink
fix apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jan 28, 2024
1 parent 46e1cc2 commit 0a5fcaa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/frontend-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@ jobs:
with:
name: android-development
path: |
./frontend/android/app/build/outputs/bundle/app-release.aab
- run: ls -R ./frontend/android/app/build/outputs/
./frontend/android/app/build/outputs/apk/release/app-release.apk
# Additional files:
# ./frontend/android/app/build/outputs/apk/release/output-metadata.json
# ./frontend/android/app/build/outputs/logs/manifest-merger-release-report.txt
# ./frontend/android/app/build/outputs/native-debug-symbols/release/native-debug-symbols.zip
# ./frontend/android/app/build/outputs/sdk-dependencies/release/sdkDependencies.txt

0 comments on commit 0a5fcaa

Please sign in to comment.