Skip to content

Commit

Permalink
Fix task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Dec 22, 2023
1 parent e687fb0 commit 53b27b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baseline_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Accept Android licenses
run: yes | "$ANDROID_HOME"/cmdline-tools/latest/bin/sdkmanager --licenses || true
- name: Generate Baseline Profile
run: ./gradlew generateLawnWithQuickstepMarketReleaseBaselineProfile
run: ./gradlew baseline-profile:generateLawnWithQuickstepMarketReleaseBaselineProfile
- name: Commit baseline profile into main
#if: github.ref == 'refs/heads/main'
run: |
Expand Down

0 comments on commit 53b27b4

Please sign in to comment.