We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730467a commit f2e535dCopy full SHA for f2e535d
.github/workflows/android-cd.yml
@@ -42,7 +42,7 @@ jobs:
42
appId: ${{secrets.FIREBASE_APP_ID}}
43
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
44
groups: mogle-testers
45
- file: app/build/outputs/apk/release/app-release-unsigned.apk
+ file: app/build/outputs/apk/debug/app-debug.apk
46
47
- name: action-slack
48
uses: 8398a7/action-slack@v3.14.0
0 commit comments