Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
Rexogamer authored Jan 20, 2025
1 parent 4352fb8 commit 2c8c484
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,13 @@ 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/outputs/apk/debug
- name: pwd
run: echo $PWD
- name: Rename debug APKs
run: |
mv app-arm64-v8a-debug.apk Clerotri-Debug-${{ github.sha }}-arm64-v8a.apk
mv app-armeabi-v7a-debug.apk Clerotri-Debug-${{ github.sha }}-armeabi-v7a.apk
mv app-x86_64-debug.apk Clerotri-Debug-${{ github.sha }}-x86_64.apk
mv app-x86-debug.apk Clerotri-Debug-${{ github.sha }}-x86.apk
working-directory: /home/runner/work/Clerotri/Clerotri/android/app/build/outputs/apk/debug/
working-directory: /home/runner/work/clerotri/clerotri/android/app/build/outputs/apk/debug/
- name: Upload debug APKs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2c8c484

Please sign in to comment.