Skip to content

Commit

Permalink
add commands to upload apk
Browse files Browse the repository at this point in the history
  • Loading branch information
noumantahir committed Jan 14, 2025
1 parent fa82198 commit 3dfb4ea
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,25 @@ jobs:
./gradlew clean
rm -rf ~/.gradle/caches/*
./gradlew assembleRelease
- name: Build Android JS Bundle
run: |
yarn run package-android
- name: Delete Android build duplicate assets resource
run: yarn run delete-pics
- name: Install bundler
run: |
cd android
gem install bundler
- name: Install gem plugins
run: |
cd android
bundle install
- name: Run fastlane
run: |
cd android
bundle exec fastlane build_qa
- name: Upload application
uses: actions/upload-artifact@v4
with:
name: app
path: ./android/app/build/outputs/apk/release/app-release-unsigned.apk
# - name: Build Android JS Bundle
# run: |
# yarn run package-android
# - name: Delete Android build duplicate assets resource
# run: yarn run delete-pics
# - name: Install bundler
# run: |
# cd android
# gem install bundler
# - name: Install gem plugins
# run: |
# cd android
# bundle install
# - name: Run fastlane
# run: |
# cd android
# bundle exec fastlane build_qa

0 comments on commit 3dfb4ea

Please sign in to comment.