Skip to content

Commit 1febb8d

Browse files
committed
fix: use correct working-directory in action
1 parent d8d6cb6 commit 1febb8d

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/custom-gradle-distribution-url

1 file changed

+1
-1
lines changed

.github/actions/custom-gradle-distribution-url/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
using: composite
77
steps:
88
- name: Configure gradle distribution URL
9-
working-directory: smithy-kotlin
9+
working-directory: ./smithy-kotlin
1010
run: |
1111
# Keep gradle version in sync with smithy-kotlin/gradle/wrapper/gradle-wrapper.properties
1212
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip

0 commit comments

Comments
 (0)