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'
- run: |
yarn
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: |
./android/gradlew -p android assembleRelease -PsignReleaseWithDebug=true
- uses: actions/upload-artifact@v2
with:
name: app-release.apk
path: android/app/build/outputs/apk/release/app-release.apk