Skip to content

Commit

Permalink
Chore : App Distribution Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Dec 3, 2023
1 parent fbce86e commit 506c90c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/app-distribution-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
with:
java-version: 17

# - name: set up JDK 1.8
# uses: actions/setup-java@v1
# with:
# java-version: 1.8

- name: grant permission for gradlew
run: chmod +x ./gradlew
shell: bash
Expand All @@ -37,16 +32,16 @@ jobs:
run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json

- name: build release
run: ./gradlew assembleRelease
run: ./gradlew assembleDebug

- name: upload artifact to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{secrets.FIREBASE_APP_ID}}
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
groups: winey-team
file: app/build/outputs/apk/release/app-release-unsigned.apk
# file: app/build/outputs/apk/release/app-debug.apk
# file: app/build/outputs/apk/release/app-release-unsigned.apk
file: app/build/outputs/apk/debug/app-debug.apk

# steps:
# - uses: actions/checkout@v3
Expand Down

0 comments on commit 506c90c

Please sign in to comment.