Only include release apk in action artifacts
This commit is contained in:
parent
acab03bf13
commit
c05557c542
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
@ -39,11 +39,8 @@ jobs:
|
|||||||
- name: Archive APK
|
- name: Archive APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: app-artifacts
|
name: app-release
|
||||||
path: |
|
path: app/build/outputs/apk/release/app-release.apk
|
||||||
app/build/outputs/apk/release/app-release.apk
|
|
||||||
app/manifest.json
|
|
||||||
app/karoo-reminder.png
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user