From cbd3ccee0e796fd79e391ff46749fffc47443468 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Fri, 2 May 2025 19:03:39 -0400 Subject: [PATCH] [UPDATE] Github action artifact to match app name * https://github.com/usetrmnl/trmnl-android/pull/12 --- .github/workflows/android-release.yml | 11 ++++++++--- README.md | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index e553386..06940e8 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -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 diff --git a/README.md b/README.md index 4a6c6f8..d9ac54b 100644 --- a/README.md +++ b/README.md @@ -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/