Update output location

This commit is contained in:
Derek Bailey
2025-01-09 20:41:40 -08:00
parent a8df3c8f35
commit 8852f10a84

View File

@@ -214,7 +214,7 @@ jobs:
dotnet build -c Release ${{matrix.configuration}} FlatBuffers.Test.sln
- name: Run
run: |
cd tests\FlatBuffers.Test
cd tests\FlatBuffers.Test\bin\Release
FlatBuffers.Test.exe
build-mac-intel: