diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index f9be0ab..47c3fe4 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -26,7 +26,7 @@ jobs: - name: Replace tokens in build.gradle run: | - sed -i 's/#{\(.*\)}/${{\1}}/g' app/build.gradle + sed -i 's/#{\([^}]*\)}/${\1}/g' app/build.gradle - name: Cache Gradle uses: actions/cache@v3