Skip to content

Commit 11dac4e

Browse files
committed
Try to fix path
1 parent c5905cd commit 11dac4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ jobs:
4545
steps:
4646
- name: Checkout Sources
4747
uses: actions/checkout@v4
48-
with:
49-
path: 'smithy-kotlin'
5048

5149
- name: Setup build
52-
uses: ./smithy-kotlin/.github/actions/setup-build
50+
uses: .github/actions/setup-build
5351

5452
- name: Configure AWS Credentials
5553
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)