Skip to content

Commit adeb4bb

Browse files
committed
Fix artifact-size-metrics running Native build
1 parent 70672f2 commit adeb4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifact-size-metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
5454
aws-region: us-west-2
5555
- name: Generate Artifact Size Metrics
56-
run: ./gradlew artifactSizeMetrics
56+
run: ./gradlew -Paws.kotlin.native=false artifactSizeMetrics
5757
- name: Analyze Artifact Size Metrics
58-
run: ./gradlew analyzeArtifactSizeMetrics
58+
run: ./gradlew -Paws.kotlin.native=false analyzeArtifactSizeMetrics
5959
- name: Show Results
6060
uses: actions/github-script@v7
6161
with:

0 commit comments

Comments
 (0)