take it easy izzy

This commit is contained in:
izzy2lost
2025-08-14 11:45:46 -04:00
parent 6b89772cce
commit a22fe87c86
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ jobs:
if: matrix.build-type == 'release'
run: |
cd android/
./gradlew assembleRelease -P elfBuildType=Release
./gradlew assembleRelease -P elfBuildType=RelWithDebInfo
mv app/build/outputs/apk/release/app-release.apk ../starship-release.apk
- name: Upload Debug APK
+1 -1
View File
@@ -102,7 +102,7 @@ jobs:
run: |
cd android/
./gradlew clean
./gradlew assembleRelease -P elfBuildType=Release --no-daemon
./gradlew assembleRelease -P elfBuildType=RelWithDebInfo --no-daemon
- name: Verify APK signing
run: |