We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0c873 commit b2a0556Copy full SHA for b2a0556
.github/workflows/sample.yml
@@ -56,5 +56,5 @@ jobs:
56
appId: ${{ secrets.FIREBASE_APP_ID }}
57
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
58
groups: sample-tester
59
- file: app/build/outputs/apk/release/app-release.apk
+ file: app/build/outputs/apk/release/app-release-unsigned.apk
60
# 릴리즈 APK를 Firebase 테스터 그룹에 배포합니다.
0 commit comments