Skip to content

Commit

Permalink
[Chore] workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
EvergreenTree97 committed Aug 11, 2024
1 parent 0973044 commit 30903b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
java-version: 17

- name: Build APK
run: ./gradlew assembleDebug
run: ./gradlew assembleRelease PstorePassword=${{secrets.PPAC_KEYSTORE_PASSWORD}} PkeyPassword=${{PPAC_ALIAS_PASSWORD}}

- name: Upload Build to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{ secrets.PPAC_FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.PPAC_FIREBASE_CREDENTIAL }}
groups: android-tester
file: app/build/outputs/apk/debug/app-debug.apk
file: app/build/outputs/apk/release/app-release.apk
# app/build/outputs/apk/standard/stage/release/app-standard-stage-release.apk
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
signingConfig = signingConfigs.getByName("release")
}
}
compileOptions {
Expand Down

0 comments on commit 30903b6

Please sign in to comment.