From 7b525837df7f58c2c4582f3d287e9294f2403d5c Mon Sep 17 00:00:00 2001 From: Infi Date: Sat, 21 Oct 2023 15:45:37 +0200 Subject: [PATCH] ci: provide RVX_DEBUG_APP_NAME to action Signed-off-by: Infi --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 24164487..88303b79 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -13,6 +13,7 @@ jobs: RVX_SENTRY_DSN: ${{ vars.RVX_SENTRY_DSN }} RVX_ANALYSIS_ENABLED: ${{ vars.RVX_ANALYSIS_ENABLED }} RVX_ANALYSIS_BASEURL: ${{ vars.RVX_ANALYSIS_BASEURL }} + RVX_DEBUG_APP_NAME: ${{ vars.RVX_DEBUG_APP_NAME }} steps: - uses: actions/checkout@v3