mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-14 09:51:07 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
||||||
with:
|
with:
|
||||||
branch: main
|
branch: main
|
||||||
gradlew-command: assembleDevelop
|
gradlew-command: assembleDebug
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
upload-to-firebase:
|
upload-to-firebase:
|
||||||
@@ -28,11 +28,11 @@ jobs:
|
|||||||
- name: 🗳 Upload to Firebase
|
- name: 🗳 Upload to Firebase
|
||||||
uses: ./.github/workflows/upload-to-firebase
|
uses: ./.github/workflows/upload-to-firebase
|
||||||
with:
|
with:
|
||||||
appId: ${{ secrets.ANDROID_DEVELOP_FIREBASE_APP_ID }}
|
appId: ${{ secrets.ANDROID_DEBUG_FIREBASE_APP_ID }}
|
||||||
firebase-token: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
|
firebase-token: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
|
||||||
releaseNotes: ${{ github.event.head_commit.message }}
|
releaseNotes: ${{ github.event.head_commit.message }}
|
||||||
test-groups: dev-team
|
test-groups: dev-team
|
||||||
upload-file: app/develop/app-develop.apk
|
upload-file: app/debug/app-debug.apk
|
||||||
|
|
||||||
upload-to-s3:
|
upload-to-s3:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
s3_access_key: ${{ secrets.SCW_ACCESS_KEY }}
|
s3_access_key: ${{ secrets.SCW_ACCESS_KEY }}
|
||||||
s3_secret_key: ${{ secrets.SCW_SECRET_KEY }}
|
s3_secret_key: ${{ secrets.SCW_SECRET_KEY }}
|
||||||
s3_bucket: ${{ env.S3_BUCKET }}
|
s3_bucket: ${{ env.S3_BUCKET }}
|
||||||
upload_file: app/develop/app-develop.apk
|
upload_file: app/debug/app-debug.apk
|
||||||
|
|
||||||
- name: Show S3 URL
|
- name: Show S3 URL
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user