Skip to content

Commit 14f61ba

Browse files
committed
update: github action
1 parent 6e9bc94 commit 14f61ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-ci-generate-apk-aab-upload-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
# Build APK From Bundle Using Bundletool
8686
# Noted For Output [main_project_module]/build/outputs/bundle/release/
87-
- name: Build APK(s) Release from bundle using bundletool (
87+
- name: Build APK(s) Release from bundle using bundletool (Path same with bundle output)
8888
run: java -jar ".github/lib/bundletool.jar" build-apks --bundle=${{ env.main_project_module }}/build/outputs/bundle/release/${{ env.artifact_name }}-release.aab --output=${{ env.main_project_module }}/build/outputs/bundle/release/${{ env.artifact_name }}-release.apks --mode=universal --ks="app/${{ env.ks_path }}" --ks-pass=pass:${{ env.ks_store_pass }} --ks-key-alias=${{ env.ks_alias }} --key-pass=pass:${{ env.ks_alias_pass }}
8989

9090
# Upload Artifact Build

0 commit comments

Comments
 (0)