We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da6daa commit 7b1bbaeCopy full SHA for 7b1bbae
1 file changed
.github/workflows/github-actions.yml
@@ -68,7 +68,7 @@ jobs:
68
run: msbuild ${{ github.workspace }}/cs/example/example.sln -t:rebuild /p:Configuration=Release /p:Platform="x64"
69
- name: Run Cpp example
70
run: |
71
- ${{ runner.temp }}/fesapi-install/example.exe
+ ${{ github.workspace }}\..\build\Release\example.exe
72
- name: Copy all dlls for C#
73
74
Copy-Item ${{ github.workspace }}\..\build\Release\*.dll -Destination ${{ github.workspace }}\cs\example\bin\x64\Release
0 commit comments