diff --git a/.github/workflows/generate-baseline-profile.yml b/.github/workflows/generate-baseline-profile.yml index a348cc0c8f..c352961fac 100644 --- a/.github/workflows/generate-baseline-profile.yml +++ b/.github/workflows/generate-baseline-profile.yml @@ -69,8 +69,7 @@ jobs: # Sets the Baseline Profile on its proper place so it gets correctly bundled into Play Store - name: Move & Rename Baseline Profiles - run: cat android-sdk-benchmark/macrobenchmark/build/outputs/managed_device_android_test_additional_output/baselineprofile/pixel6Api34/BaselineProfileGenerator_startup-baseline-prof.txt - | grep '^[^[]*io/embrace/android/embracesdk' > embrace-android-sdk/src/main/baseline-prof.txt + run: cp android-sdk-benchmark/macrobenchmark/build/outputs/managed_device_android_test_additional_output/baselineprofile/pixel6Api34/BaselineProfileGenerator_startup-baseline-prof.txt embrace-android-sdk/src/main/baseline-prof.txt - name: Create baseline profile PR env: