Skip to content

Commit 9fc5594

Browse files
authored
Update generate-apk-aab-debug-release.yml
1 parent ed6d64d commit 9fc5594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-apk-aab-debug-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: ./gradlew assemble
4040

4141
# Create Bundle AAB Release
42+
# [module-name]:bundleRelease
4243
- name: Build app bundle release (AAB)
4344
run: ./gradlew app:bundleRelease
4445

@@ -47,4 +48,4 @@ jobs:
4748
uses: actions/upload-artifact@v2
4849
with:
4950
name: App bundle(s) and APK(s) generated
50-
path: app/build/outputs/
51+
path: app/build/outputs/

0 commit comments

Comments
 (0)