Created
June 8, 2020 11:33
-
-
Save ShaiqAhmedkhan/2ca6276af7256fbe28dcc5e1efd1464a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Demo | |
if: (github.base_ref == 'master' && github.event_name == 'pull_request') | |
uses: wzieba/[email protected] | |
with: | |
appId: ${{secrets.FIREBASE_ANDROID_APPID}} | |
token: ${{secrets.FIREBASE_TOKEN}} | |
groups: testers | |
release_notes: "a new version" | |
file: build/app/outputs/apk/release/app-release.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment