Skip to content

Commit

Permalink
Fixed a bug where testers were not detected (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Burzo authored Mar 8, 2024
1 parent 0211f98 commit 6572a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6572a9f

Please sign in to comment.