From 220bf49a5d3cc2c048c7729cc35e822dccd74aa7 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Sun, 21 Apr 2024 13:06:24 -0400 Subject: [PATCH] Rename and move matchers JSON --- ci/matcher.json => .github/matchers.json | 0 .github/workflows/android.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ci/matcher.json => .github/matchers.json (100%) diff --git a/ci/matcher.json b/.github/matchers.json similarity index 100% rename from ci/matcher.json rename to .github/matchers.json diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 85e55df..7faad4d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -31,7 +31,7 @@ jobs: echo sentryDsn=${{ secrets.SENTRY_DSN }} >> local.properties - name: Add problem matchers - run: echo "::add-matcher::ci/matcher.json" + run: echo "::add-matcher::.github/matchers.json" - name: Build with Gradle run: ./gradlew build