Skip to content

Commit

Permalink
Disable baseline profiles in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntey committed Dec 14, 2024
1 parent 70bdad8 commit eb43a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_google_play_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
java-version: '17'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Generate baseline profiles
run: ./gradlew generateReleaseBaselineProfile -P buildkonfig.flavor=${{env.KMP_FLAVOR}}
# TODO https://github.com/futuredapp/kmp-futured-template/issues/89 - name: Generate baseline profiles
# run: ./gradlew generateReleaseBaselineProfile -P buildkonfig.flavor=${{env.KMP_FLAVOR}}
- name: Generate app bundle
shell: bash
env:
Expand Down

0 comments on commit eb43a22

Please sign in to comment.