mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-17 23:55:21 +01:00
Merge pull request #1708 from tomaThomas/artifact-upload
Upload apk artifacts
This commit is contained in:
commit
30b8525c2b
1 changed files with 10 additions and 2 deletions
12
.github/workflows/android.yml
vendored
12
.github/workflows/android.yml
vendored
|
@ -2,9 +2,9 @@ name: Android CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [dev]
|
branches: [ dev ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [dev]
|
branches: [ dev ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
@ -32,3 +32,11 @@ jobs:
|
||||||
- uses: gradle/actions/setup-gradle@v3
|
- uses: gradle/actions/setup-gradle@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew app:assemble
|
run: ./gradlew app:assemble
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: fdroid-release-apk
|
||||||
|
path: app/build/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: normal-release-apk
|
||||||
|
path: app/build/outputs/apk/normal/release/app-normal-release.apk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue