From a2113930ad92f236df617d02f0433a30aed02e59 Mon Sep 17 00:00:00 2001 From: sefgsefg Date: Sun, 25 Aug 2024 15:16:55 +0800 Subject: [PATCH] Update hello_world_example.yml --- .github/workflows/hello_world_example.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/hello_world_example.yml b/.github/workflows/hello_world_example.yml index 0eb425329e4..e2b9aa3c28d 100644 --- a/.github/workflows/hello_world_example.yml +++ b/.github/workflows/hello_world_example.yml @@ -27,5 +27,4 @@ jobs: run: chmod +x ./hello/hello_world.sh - name: Run Samples Tests - run: | - ./hello/hello_world.sh + run: ./hello/hello_world.sh