Skip to content

Commit

Permalink
Merge pull request #101 from futuredapp/fix/baseline-profiles
Browse files Browse the repository at this point in the history
Disable baseline profiles in release workflow
  • Loading branch information
matejsemancik authored Jan 10, 2025
2 parents d5ac3aa + 69315a0 commit cbf8ede
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 cbf8ede

Please sign in to comment.