test gradle build/artifact

This commit is contained in:
austinried 2021-08-23 22:36:18 +09:00
parent e391069c81
commit d25e723d07

View File

@ -11,6 +11,9 @@ jobs:
cache: 'yarn' cache: 'yarn'
- run: | - run: |
yarn yarn
- name: List files in the repository - run: |
run: | ./android/gradlew -p android assembleRelease -PsignReleaseWithDebug=true
ls ${{ github.workspace }} - uses: actions/upload-artifact@v2
with:
name: app-release.apk
path: android/app/build/outputs/apk/release/app-release.apk