Skip to content

Commit ebe484c

Browse files
committed
Working on android github workflow
1 parent 2d40f99 commit ebe484c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-android.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
working-directory: ./android
103103
run: ./gradlew bundleRelease
104104

105-
# # Upload Bundle AAB Release
106-
# - name: Upload AAB (App Bundle) Release
107-
# uses: actions/upload-artifact@v3
108-
# with:
109-
# name: ${{ env.date_today }} - ${{ env.playstore_name }} - ${{ env.repository_name }} - App bundle(s) AAB release generated
110-
# path: ${{ env.main_project_module }}/build/outputs/bundle/release/
105+
# Upload Bundle AAB Release
106+
- name: Upload AAB (App Bundle) Release
107+
uses: actions/upload-artifact@v3
108+
with:
109+
name: ${{ env.date_today }} - ${{ env.playstore_name }} - ${{ env.repository_name }} - App bundle(s) AAB release generated
110+
path: ${{ env.main_project_module }}/build/outputs/bundle/release/
111111

112112
# - name: Create Release
113113
# id: create_release

0 commit comments

Comments
 (0)