mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 10:41:21 +00:00
run build result using different path on Windows
This commit is contained in:
parent
2f7b170dab
commit
5be86900fb
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: ./
|
||||
|
||||
- name: Run build result
|
||||
run: build/hello_world
|
||||
run: ${{ matrix.os == 'windows-latest' && 'build\Debug\hello_world.exe' || 'build/hello_world' }}
|
||||
|
||||
use-action-with-specified-source-dir:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user