From 1019691b95712a3c4860cc4421db830487688c96 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 15 Apr 2024 11:17:12 +0200 Subject: [PATCH] Add missing $ --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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