From cdd4738ac9e0c23032e28125dc4aec8da7a4265f Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Fri, 14 Aug 2026 22:58:16 +0700 Subject: [PATCH] Test build android 2258 --- .gitea/workflows/android-build.yaml | 1 + .gitea/workflows/sync-source.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/android-build.yaml b/.gitea/workflows/android-build.yaml index c4915c5..6f67977 100644 --- a/.gitea/workflows/android-build.yaml +++ b/.gitea/workflows/android-build.yaml @@ -33,6 +33,7 @@ jobs: ls -la $ANDROID_HOME || true build-android: + name: "Build APK file" runs-on: android needs: verify steps: diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 442c1da..8bda48e 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -1,5 +1,5 @@ name: Sync Source to Host -run-name: ${{ gitea.actor }} is sync source to host +run-name: ${{ gitea.actor }} is synchronizing the source code to the host on: push: