[UPDATE] Github action artifact to match app name

* https://github.com/usetrmnl/trmnl-android/pull/12
This commit is contained in:
Hossain Khan
2025-05-02 19:03:39 -04:00
parent 1a353c5f5c
commit cbd3ccee0e
2 changed files with 9 additions and 4 deletions
+8 -3
View File
@@ -3,6 +3,11 @@ name: Android Release Build
# Workflow that builds release APK each time code changes.
# This allows developers and testers to easily download the latest release APK.
# This is also useful to download the APK and add to to the GitHub release.
#
# See:
# - https://github.com/usetrmnl/trmnl-android/tree/main/keystore
# - https://github.com/usetrmnl/trmnl-android/blob/main/app/build.gradle.kts#L44-L55
on:
push:
@@ -38,11 +43,11 @@ jobs:
- name: Rename APK
run: |
mkdir -p artifact
cp app/build/outputs/apk/release/app-release.apk artifact/trmnl-display-v${{ steps.version.outputs.VERSION }}.apk
cp app/build/outputs/apk/release/app-release.apk artifact/trmnl-mirror-v${{ steps.version.outputs.VERSION }}.apk
- name: Upload Release APK
uses: actions/upload-artifact@v4
with:
name: trmnl-display-app
path: artifact/trmnl-display-v${{ steps.version.outputs.VERSION }}.apk
name: trmnl-mirror-app
path: artifact/trmnl-mirror-v${{ steps.version.outputs.VERSION }}.apk
retention-days: 7
+1 -1
View File
@@ -112,4 +112,4 @@ The app uses a modern Android architecture with the following components:
## Related References 📖
* https://usetrmnl.com/
* https://usetrmnl.com/integrations
* https://github.com/usetrmnl/trmnl-display
* https://github.com/usetrmnl/