Skip to content

Commit

Permalink
Add missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton committed Apr 15, 2024
1 parent 99d4f07 commit 1019691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1019691

Please sign in to comment.