Update compile-android.yml

This commit is contained in:
Kenny 2022-02-24 20:05:10 -05:00 committed by GitHub
parent cbbab33e5d
commit 832e39037d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,8 @@
name: Build Android App
uses: sparkfabrik/android-build-action@v1.0.0
- uses: sparkfabrik/android-build-action@v1.0.0
with:
project-path: android
output-path: bettertube.apk
browserstack-upload: false
browserstack-username: ${{ secrets.BROWSERSTACK_USERNAME }}
browserstack-access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}