Unverified Commit 18aad5c6 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

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._
parent ccc3474d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ jobs:
        git checkout origin/main -b next

        # Delete the old SDK
        rm -rf sdk examples
        rm -rf sdk examples tests
        rm -f versions.toml Cargo.toml index.md

        # Copy in the new SDK