Skip to content

Commit

Permalink
Use debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 committed Sep 10, 2024
1 parent fea2034 commit 394c4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase_deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Java
uses: ./.github/actions/setup
- name: Assemble
run: ./gradlew --stacktrace :demo:assembleRelease
run: ./gradlew --stacktrace :demo:assembleDebug
- name: Create directory to store secrets
run: mkdir $HOME/secrets
- name: Decrypt GPG secret
Expand All @@ -38,4 +38,4 @@ jobs:
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.FIREBASE_CREDENTIAL_FILE_CONTENT }}
groups: testers
file: Demo/build/outputs/apk/release/Demo-release-unsigned.apk
file: Demo/build/outputs/apk/debug/Demo-debug.apk

0 comments on commit 394c4c5

Please sign in to comment.