Skip to content

Commit 18aad5c

Browse files
authored
Fix bug in update-sdk-next.yml (#2746)
## Motivation and Context The workflow is failing to update the aws-sdk-rust/next branch due to the `tests/` folder in the repository root now. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent ccc3474 commit 18aad5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-sdk-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git checkout origin/main -b next
4848
4949
# Delete the old SDK
50-
rm -rf sdk examples
50+
rm -rf sdk examples tests
5151
rm -f versions.toml Cargo.toml index.md
5252
5353
# Copy in the new SDK

0 commit comments

Comments
 (0)