Skip to content

Commit

Permalink
ci: figure out what's going on
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored Jan 20, 2025
1 parent 35fd437 commit dcabe9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
run: mkdir -p android/app/build/generated/assets/createBundleDebugJsAndAssets && mkdir -p android/app/build/generated/res/createBundleDebugJsAndAssets && cp dist/android/index.android.bundle.hbc android/app/build/generated/assets/createBundleDebugJsAndAssets/index.android.bundle && cp -r dist/android/res android/app/build/generated/res/createBundleDebugJsAndAssets
- name: Build the app
run: yarn react-native build-android --tasks assembleDebug
- name: test
run: ls android/app/build
- name: test2
run: ls android/app/build/outputs
- name: test3
run: ls android/app/build/outputs/apk
- name: Rename debug APKs
run: |
mv app-arm64-v8a-debug.apk Clerotri-Debug-${{ github.sha }}-arm64-v8a.apk
Expand Down

0 comments on commit dcabe9c

Please sign in to comment.