Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Jun 27, 2024
1 parent 8d06fd3 commit 10c8080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
cd firefox-android/fenix
./gradlew clean app:assembleFenixDebugAndroidTest
adb install app/build/outputs/apk/androidTest/fenix/debug/app-fenix-debug-androidTest.apk
mv app/build/outputs/apk/androidTest/fenix/debug/app-fenix-debug-androidTest.apk ~/klaatu/android-debug-test-v${{ matrix.firefox }}.apk
mv app/build/outputs/apk/androidTest/fenix/debug/app-fenix-debug-androidTest.apk /home/runner/work/klaatu/klaatu/android-debug-test-v${{ matrix.firefox }}.apk
./gradlew clean app:assembleFenixDebug
adb install app/build/outputs/apk/fenix/debug/app-fenix-x86_64-debug.apk
mv app/build/outputs/apk/fenix/debug/app-fenix-x86_64-debug.apk ~/klaatu/fenix-debug-v${{ matrix.firefox }}.apk
mv app/build/outputs/apk/fenix/debug/app-fenix-x86_64-debug.apk /home/runner/work/klaatu/klaatu/fenix-debug-v${{ matrix.firefox }}.apk
env:
ANDROID_SDK_HOME: $ANDROID_HOME
ANDROID_NDK_HOME: $ANDROID_NDK_HOME
Expand Down

0 comments on commit 10c8080

Please sign in to comment.