Skip to content

Commit 7b1bbae

Browse files
Update paths for running and copying examples
1 parent 5da6daa commit 7b1bbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: msbuild ${{ github.workspace }}/cs/example/example.sln -t:rebuild /p:Configuration=Release /p:Platform="x64"
6969
- name: Run Cpp example
7070
run: |
71-
${{ runner.temp }}/fesapi-install/example.exe
71+
${{ github.workspace }}\..\build\Release\example.exe
7272
- name: Copy all dlls for C#
7373
run: |
7474
Copy-Item ${{ github.workspace }}\..\build\Release\*.dll -Destination ${{ github.workspace }}\cs\example\bin\x64\Release

0 commit comments

Comments
 (0)