-
-
Save TarekBenDriss/bc52dec1486adb3e806ae70752eb464d to your computer and use it in GitHub Desktop.
build part for firebase
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
| build: | |
| name: Upload apk to App Tester | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - name: set up JDK 1.8 | |
| uses: actions/setup-java@v1 | |
| with: | |
| java-version: 1.8 | |
| - name: build release | |
| run: bash ./gradlew assembleDebug | |
| - name: upload artifact to Firebase App Distribution | |
| uses: wzieba/Firebase-Distribution-Github-Action@v1.2.2 | |
| with: | |
| appId: '1:994326970928:android:2ki953237460aib8a4341c' | |
| token: '1//03OuOvyPJmIZ2CgYIARAAGAMSNwF-L9IresD0hjK9dg8BFAJwzVVna9uj76A4rWJW5jK9dg878eP4rWJW5jKjOg6VH7YcGBFAJwz' | |
| groups: testers | |
| file: app/build/outputs/apk/debug/app-debug.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment