Only include release apk in action artifacts

This commit is contained in:
Tim Kluge 2024-12-15 22:15:43 +01:00
parent acab03bf13
commit c05557c542

View File

@ -39,11 +39,8 @@ jobs:
- name: Archive APK
uses: actions/upload-artifact@v4
with:
name: app-artifacts
path: |
app/build/outputs/apk/release/app-release.apk
app/manifest.json
app/karoo-reminder.png
name: app-release
path: app/build/outputs/apk/release/app-release.apk
- name: Create Release
id: create_release