From 55c772fb60f79f2b04abaf3d4776eb934a3d5b98 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sat, 7 Jan 2023 11:59:09 +0700 Subject: [PATCH] remove dot slash prefix when execute a binary --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7daa46..6750d42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: uses: ./ - name: Run build result - run: ./build/hello_world + run: build/hello_world use-action-with-specified-source-dir: runs-on: ubuntu-latest @@ -30,7 +30,7 @@ jobs: source-dir: test - name: Run build result - run: ./build/hello_world + run: build/hello_world use-action-with-specified-build-dir: runs-on: ubuntu-latest