From a0091e2f209cbe17f450fec135af826d3f5ce873 Mon Sep 17 00:00:00 2001 From: 0marperez <60363173+0marperez@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:46:30 -0400 Subject: [PATCH] Update codebuild-ci.yml --- .github/workflows/codebuild-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codebuild-ci.yml b/.github/workflows/codebuild-ci.yml index b6043d35179..723177e9c7f 100644 --- a/.github/workflows/codebuild-ci.yml +++ b/.github/workflows/codebuild-ci.yml @@ -106,7 +106,7 @@ jobs: - name: Collect Artifact Size Metrics run: ./gradlew collectDelegatedArtifactSizeMetrics -PpullRequest=${{ github.event.number }} - name: Analyze Artifact Size Metrics - run: ./gradlew analyzeArtifactMetrics + run: ./gradlew analyzeArtifactSizeMetrics - name: Show Results uses: actions/github-script@v7 with: