remove dot slash prefix when execute a binary

This commit is contained in:
Alfi Maulana
2023-01-07 11:59:09 +07:00
parent 9a981cb2b1
commit 55c772fb60

View File

@@ -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