mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 04:27:58 +00:00
Switch CI from assembleDevelop to assembleDebug for proper OAuth
- Changed build type from develop (.dev) to debug (.debug) - Updated Firebase App ID secret reference - Updated APK paths for debug build - This aligns with pezkuwi-wallet-debug Firebase project setup Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build test and deploy develop apk
|
||||
name: Build test and deploy debug apk
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
||||
with:
|
||||
branch: main
|
||||
gradlew-command: assembleDevelop
|
||||
gradlew-command: assembleDebug
|
||||
secrets: inherit
|
||||
|
||||
upload-to-firebase:
|
||||
@@ -28,11 +28,11 @@ jobs:
|
||||
- name: 🗳 Upload to Firebase
|
||||
uses: ./.github/workflows/upload-to-firebase
|
||||
with:
|
||||
appId: ${{ secrets.ANDROID_DEVELOP_FIREBASE_APP_ID }}
|
||||
appId: ${{ secrets.ANDROID_DEBUG_FIREBASE_APP_ID }}
|
||||
firebase-token: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
|
||||
releaseNotes: ${{ github.event.head_commit.message }}
|
||||
test-groups: dev-team
|
||||
upload-file: app/develop/app-develop.apk
|
||||
upload-file: app/debug/app-debug.apk
|
||||
|
||||
upload-to-s3:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
s3_access_key: ${{ secrets.SCW_ACCESS_KEY }}
|
||||
s3_secret_key: ${{ secrets.SCW_SECRET_KEY }}
|
||||
s3_bucket: ${{ env.S3_BUCKET }}
|
||||
upload_file: app/develop/app-develop.apk
|
||||
upload_file: app/debug/app-debug.apk
|
||||
|
||||
- name: Show S3 URL
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user