mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
remove dot slash prefix when execute a binary
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
|
|
||||||
- name: Run build result
|
- name: Run build result
|
||||||
run: ./build/hello_world
|
run: build/hello_world
|
||||||
|
|
||||||
use-action-with-specified-source-dir:
|
use-action-with-specified-source-dir:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
source-dir: test
|
source-dir: test
|
||||||
|
|
||||||
- name: Run build result
|
- name: Run build result
|
||||||
run: ./build/hello_world
|
run: build/hello_world
|
||||||
|
|
||||||
use-action-with-specified-build-dir:
|
use-action-with-specified-build-dir:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user