diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c08d23..fb93782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,8 @@ jobs: CC: clang CXX: clang++ run: | - dev-scripts/prepare_release.sh --name aws-crt --user aws-crt --email aws-sdk-common-runtime@amazon.com --version 1.0.0 --notes NOTES + ls + ./dev-scripts/prepare_release.sh --name aws-crt --user aws-crt --email aws-sdk-common-runtime@amazon.com --version 1.0.0 --notes NOTES ls *.tgz tar zxvf *.tgz ls \ No newline at end of file