From 093cf4eb0d307a95fe4c335aecd983040c41f693 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 22 Feb 2023 14:23:53 -0800 Subject: [PATCH] why not find --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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