mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
test gradle build/artifact
This commit is contained in:
parent
e391069c81
commit
d25e723d07
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user