Skip to content

Commit 9b6478f

Browse files
committed
update Configure Gradle action to use nested dir
1 parent 46c6ca0 commit 9b6478f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
aws-region: us-west-2
6363
- name: Configure Gradle
6464
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
65+
with:
66+
working-directory: smithy-kotlin
6567
- name: Generate Artifact Size Metrics
6668
run: ./gradlew -Paws.kotlin.native=false artifactSizeMetrics
6769
- name: Analyze Artifact Size Metrics

0 commit comments

Comments
 (0)