run build result using different path on Windows

This commit is contained in:
Alfi Maulana 2023-01-07 15:14:54 +07:00
parent 2f7b170dab
commit 5be86900fb
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

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