mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-28 17:19:27 +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'
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user