diff --git a/.github/workflows/android-app-reproducible.yml b/.github/workflows/android-app-reproducible.yml index c7dcda89f6bd..f388bb48ca7b 100644 --- a/.github/workflows/android-app-reproducible.yml +++ b/.github/workflows/android-app-reproducible.yml @@ -72,7 +72,7 @@ jobs: submodules: true - name: Build (${{ matrix.type }}-${{ matrix.iteration }}) - run: bash -c "${{ matrix.gradle-task }}" + run: bash -c "${{ matrix.command }}" - name: Upload (${{ matrix.type }}-${{ matrix.iteration }}) uses: actions/upload-artifact@v4