Skip to content

Commit

Permalink
ui-components 모듈의 baseline-prof 생성 시 모듈에 해당하는 줄만 남기도록 변경 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
workspace committed Nov 19, 2022
1 parent ee90fe6 commit 5f10681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifact-stable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
- name: Move baseline profile
if: ${{ steps.label.outputs.release_target == 'UiComponents' }}
run: >
mv
ui-components-benchmark/build/outputs/managed_device_android_test_additional_output/pixel6Api31/BaselineProfileGenerator_startup-baseline-prof.txt
ui-components/src/main/baseline-prof.txt
cat
ui-components-benchmark/build/outputs/managed_device_android_test_additional_output/pixel6Api31/BaselineProfileGenerator_startup-baseline-prof.txt |
grep "team/duckie/quackquack/ui" > ui-components/src/main/baseline-prof.txt
- name: Bump version
run: ./gradlew bump -Ptype=${{ steps.label.outputs.bump_type }} -Ptarget=${{ steps.label.outputs.release_target }}
Expand Down

0 comments on commit 5f10681

Please sign in to comment.