From 6572a9f498376a2b7c5f2020cc3fe27f64172502 Mon Sep 17 00:00:00 2001 From: Miha Drofenik Date: Fri, 8 Mar 2024 16:38:02 +0100 Subject: [PATCH] Fixed a bug where testers were not detected (#16) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fac2b5..87e0c42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,4 +102,4 @@ jobs: APP_CODE_VERSION: ${{ github.run_number }} APP_ID: ${{ secrets.APP_ID }} ANDROID_ARTEFACT_PATH: ${{ secrets.ANDROID_ARTEFACT_PATH }} - TESTERS: ${{ env.TESTERS }} + TESTERS: ${{ vars.TESTERS }}