Skip to content

Commit

Permalink
reverted changes to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: wadeking98 <[email protected]>
  • Loading branch information
wadeking98 committed Nov 22, 2023
1 parent fb3f84d commit 4fed093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ jobs:
VERSION_CODE: ${{ env.appBuildNumber }}
VERSION_NAME: ${{ env.appBuildVersion }}
run: |
( cd ../ && npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --verbose ) && \
./gradlew bundleRelease && \
./gradlew assembleRelease && \
find . -type f -name '*.apk'
Expand Down

0 comments on commit 4fed093

Please sign in to comment.