Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterHK authored Jun 17, 2024
1 parent 816e483 commit 5510ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: building ndk
run: |
cargo ndk -t arm64-v8a -o ${{ env.main_project_module }} build
cargo ndk -t arm64-v8a -o ${{ env.main_project_module }}:bundleRelease build
# Noted For Output [main_project_module]/build/outputs/apk/debug/
- name: Upload APK Debug - ${{ env.repository_name }}
Expand Down

0 comments on commit 5510ac2

Please sign in to comment.