Skip to content

Commit

Permalink
Update android-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eshc123 authored Aug 26, 2024
1 parent f253ae1 commit f05b0bb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
echo "$KEYSTORE" > ./mission-mate-keystore.b64
base64 -d -i ./mission-mate-keystore.b64 > ./app/mission-mate-keystore.jks
- run: fastlane publishDevDebug
env:
APP_ID: ${{ secrets.DEV_APP_ID }}
- name: build release aab
run: ./gradlew app:bundleRelease

- name: Upload .aab as artifact
uses: actions/upload-artifact@v3
with:
name: app-bundle
path: app/build/outputs/bundle/release/app-release.aab

0 comments on commit f05b0bb

Please sign in to comment.