Skip to content

Commit

Permalink
change aab path
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 18, 2024
1 parent 8dc95da commit 18e29fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Android Build APK

on:
workflow_dispatch:
push:
branches:
- main
#on:
# workflow_dispatch:
# push:
# branches:
# - main

on: push
jobs:

build:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Publish to Google Play Store

on:
push:
branches:
- main
workflow_dispatch:
#on:
# push:
# branches:
# - main
# workflow_dispatch:
on: push

jobs:

Expand Down
2 changes: 1 addition & 1 deletion khelo/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platform :android do
skip_upload_images: true,
skip_upload_apk: true,
release_status: 'draft',
aab: '../build/app/outputs/bundle/release/app-release.aab',
aab: '../../build/app/outputs/bundle/release/app-release.aab',
skip_upload_screenshots: true)
end
end

0 comments on commit 18e29fb

Please sign in to comment.