diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 46e8937a6..b7759edaa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -38,4 +38,4 @@ jobs: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - name: Build ${{ matrix.color }}${{ matrix.store }}Debug - run: ./gradlew --no-configuration-cache build{{ matrix.color }}${{ matrix.store }}Debug + run: ./gradlew --no-configuration-cache build${{ matrix.color }}${{ matrix.store }}Debug