Skip to content

Commit

Permalink
ci: tweak command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored Jan 20, 2025
1 parent dcabe9c commit 1666ce0
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 @@ -31,11 +31,7 @@ jobs:
- 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
run: ls android/app/build/outputs/apk/debug
- name: Rename debug APKs
run: |
mv app-arm64-v8a-debug.apk Clerotri-Debug-${{ github.sha }}-arm64-v8a.apk
Expand Down

0 comments on commit 1666ce0

Please sign in to comment.